mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-16 01:21:16 +00:00
IP/Top: Add SO_LINGER optname
This commit is contained in:
parent
39df01434c
commit
faa1eb71ef
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user