mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Move SocketManager's DecodeError to Common
Fix thread safety issue
This commit is contained in:
@ -265,4 +265,5 @@ u16 ComputeTCPNetworkChecksum(const IPAddress& from, const IPAddress& to, const
|
||||
u16 length, u8 protocol);
|
||||
NetworkErrorState SaveNetworkErrorState();
|
||||
void RestoreNetworkErrorState(const NetworkErrorState& state);
|
||||
const char* DecodeNetworkError(s32 error_code);
|
||||
} // namespace Common
|
||||
|
Reference in New Issue
Block a user