aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/State/ReportMode.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2020-05-29 05:51:10 -0300
committerGitHub <noreply@github.com>2020-05-29 10:51:10 +0200
commit44d7fcff399888d311f61772a53146d924ee5b62 (patch)
treeb79faa532e47b3a4e688939691e5cbf4b6efd21f /Ryujinx.Graphics.Gpu/State/ReportMode.cs
parent12cfaf56f083cdf250381c3525eaf4ecf5ee9257 (diff)
Implement FIFO semaphore (#1286)
* Implement FIFO semaphore * New enum for FIFO semaphore operation
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/ReportMode.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/State/ReportMode.cs12
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