mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Poll gets it's own socket.
Moved send function back to non async handler. This was needed to fix one part of GH5.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -636,7 +636,9 @@ private:
|
||||
#endif
|
||||
std::map<u32, _tSocket*> socketMap;
|
||||
std::mutex socketMapMutex;
|
||||
void socketProcessor(u32 socket);
|
||||
void processSocket(u32 socket);
|
||||
s32 processSocketIoctl(u32 CommandAddress, u32 socket);
|
||||
s32 processSocketIoctlv(u32 CommandAddress, u32 socket);
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user