Ryujinx/Ryujinx.HLE/HOS/Services/Bsd/BsdIoctl.cs

8 lines
104 B
C#

namespace Ryujinx.HLE.HOS.Services.Bsd
{
enum BsdIoctl
{
AtMark = 0x40047307
}
}