ThiRegisters.cs 575 B

12345678910111213141516171819202122
  1. using Ryujinx.Common.Memory;
  2. namespace Ryujinx.Graphics.Host1x
  3. {
  4. struct ThiRegisters
  5. {
  6. public uint IncrSyncpt;
  7. public uint Reserved4;
  8. public uint IncrSyncptErr;
  9. public uint CtxswIncrSyncpt;
  10. public Array4<uint> Reserved10;
  11. public uint Ctxsw;
  12. public uint Reserved24;
  13. public uint ContSyncptEof;
  14. public Array5<uint> Reserved2C;
  15. public uint Method0;
  16. public uint Method1;
  17. public Array12<uint> Reserved48;
  18. public uint IntStatus;
  19. public uint IntMask;
  20. }
  21. }