namespace Ryujinx.Graphics.Gpu.State
{
    enum ReportMode
    {
        Semaphore = 0,
        Counter   = 2
    }
}