mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #9099 from sepalani/so-linger
IP/Top: Add SO_LINGER optname
This commit is contained in:
commit
c9b2fbb64b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue