mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:20:18 +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
|
||||
|
|
Loading…
Reference in a new issue