diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ReportMode.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/ReportMode.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/ReportMode.cs b/Ryujinx.Graphics.Gpu/State/ReportMode.cs new file mode 100644 index 00000000..84af3d75 --- /dev/null +++ b/Ryujinx.Graphics.Gpu/State/ReportMode.cs @@ -0,0 +1,8 @@ +namespace Ryujinx.Graphics.Gpu.State +{ + enum ReportMode + { + Semaphore = 0, + Counter = 2 + } +}
\ No newline at end of file |
