mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
sys_net refactor (#11740)
This commit is contained in:
parent
f4d0286109
commit
72b2876b6a
26 changed files with 4018 additions and 3181 deletions
|
|
@ -809,10 +809,6 @@ bool gdb_thread::cmd_remove_breakpoint(gdb_cmd& cmd)
|
|||
|
||||
gdb_thread::gdb_thread() noexcept
|
||||
{
|
||||
#ifdef _WIN32
|
||||
WSADATA wsa_data;
|
||||
WSAStartup(MAKEWORD(2, 2), &wsa_data);
|
||||
#endif
|
||||
}
|
||||
|
||||
gdb_thread::~gdb_thread()
|
||||
|
|
@ -826,10 +822,6 @@ gdb_thread::~gdb_thread()
|
|||
{
|
||||
closesocket(client_socket);
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
WSACleanup();
|
||||
#endif
|
||||
}
|
||||
|
||||
void gdb_thread::operator()()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue