Skip to content

Commit 72b2876

Browse files
authored
sys_net refactor (#11740)
1 parent f4d0286 commit 72b2876

26 files changed

+4289
-3452
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AllowShortBlocksOnASingleLine: Never
1616
AllowShortCaseLabelsOnASingleLine: true
1717
AllowShortFunctionsOnASingleLine: Empty
1818
AllowShortLoopsOnASingleLine: false
19-
AllowShortLambdasOnASingleLine: Inline
19+
AllowShortLambdasOnASingleLine: Empty
2020
Cpp11BracedListStyle: true
2121
IndentCaseLabels: false
2222
SortIncludes: false

rpcs3/Emu/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ target_sources(rpcs3_emu PRIVATE
189189
Cell/lv2/sys_mmapper.cpp
190190
Cell/lv2/sys_mutex.cpp
191191
Cell/lv2/sys_net.cpp
192+
Cell/lv2/sys_net/lv2_socket.cpp
193+
Cell/lv2/sys_net/lv2_socket_native.cpp
194+
Cell/lv2/sys_net/lv2_socket_raw.cpp
195+
Cell/lv2/sys_net/lv2_socket_p2p.cpp
196+
Cell/lv2/sys_net/lv2_socket_p2ps.cpp
197+
Cell/lv2/sys_net/network_context.cpp
198+
Cell/lv2/sys_net/nt_p2p_port.cpp
199+
Cell/lv2/sys_net/sys_net_helpers.cpp
192200
Cell/lv2/sys_overlay.cpp
193201
Cell/lv2/sys_ppu_thread.cpp
194202
Cell/lv2/sys_process.cpp

0 commit comments

Comments
 (0)