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