mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
IP/Top: Add SO_LINGER optname
This commit is contained in:
@ -143,6 +143,8 @@ static s32 MapWiiSockOptNameToNative(u32 optname)
|
||||
{
|
||||
case 0x4:
|
||||
return SO_REUSEADDR;
|
||||
case 0x80:
|
||||
return SO_LINGER;
|
||||
case 0x1001:
|
||||
return SO_SNDBUF;
|
||||
case 0x1002:
|
||||
|
Reference in New Issue
Block a user