mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 09:47:44 +02:00
9 lines
166 B
C#
9 lines
166 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
struct ReportState
|
|
{
|
|
public GpuVa Address;
|
|
public int Payload;
|
|
public uint Control;
|
|
}
|
|
}
|