diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ReportMode.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/ReportMode.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/ReportMode.cs b/Ryujinx.Graphics.Gpu/State/ReportMode.cs deleted file mode 100644 index 0625f3f6..00000000 --- a/Ryujinx.Graphics.Gpu/State/ReportMode.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Ryujinx.Graphics.Gpu.State -{ - /// <summary> - /// GPU counter report mode. - /// </summary> - enum ReportMode - { - Release = 0, - Acquire = 1, - Counter = 2 - } -}
\ No newline at end of file |
