ReportState.cs 166 B

123456789
  1. namespace Ryujinx.Graphics.Gpu.State
  2. {
  3. struct ReportState
  4. {
  5. public GpuVa Address;
  6. public int Payload;
  7. public uint Control;
  8. }
  9. }