mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-01 20:47:44 +02:00
8 lines
No EOL
117 B
C#
8 lines
No EOL
117 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
enum ReportMode
|
|
{
|
|
Semaphore = 0,
|
|
Counter = 2
|
|
}
|
|
} |