mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-01-07 12:51:35 +01:00
8 lines
117 B
C#
8 lines
117 B
C#
|
namespace Ryujinx.Graphics.Gpu.State
|
||
|
{
|
||
|
enum ReportMode
|
||
|
{
|
||
|
Semaphore = 0,
|
||
|
Counter = 2
|
||
|
}
|
||
|
}
|