NvHostCtrlSyncPtWait.cs 174 B

123456789
  1. namespace Ryujinx.HLE.HOS.Services.Nv.NvHostCtrl
  2. {
  3. struct NvHostCtrlSyncptWait
  4. {
  5. public int Id;
  6. public int Thresh;
  7. public int Timeout;
  8. }
  9. }