namespace Ryujinx.Graphics.Gpu.State { /// /// GPU counter report mode. /// enum ReportMode { Semaphore = 0, Counter = 2 } }