8 lines
117 B
C#
8 lines
117 B
C#
|
namespace Ryujinx.Graphics.Gpu.State
|
||
|
{
|
||
|
enum ReportMode
|
||
|
{
|
||
|
Semaphore = 0,
|
||
|
Counter = 2
|
||
|
}
|
||
|
}
|