mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 13:00:17 +00:00
Update BsdSocketFlags.cs
This commit is contained in:
parent
fb4893e2ed
commit
fb209f8cc9
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Sockets.Bsd
|
||||
{
|
||||
[Flags]
|
||||
enum BsdSocketFlags
|
||||
|
@ -21,4 +22,4 @@ using System;
|
|||
NoSignal = 0x20000,
|
||||
CMsgCloExec = 0x40000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue