BsdIoctl.cs 104 B

1234567
  1. namespace Ryujinx.HLE.HOS.Services.Bsd
  2. {
  3. enum BsdIoctl
  4. {
  5. AtMark = 0x40047307
  6. }
  7. }