aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Engine/SetMmeShadowRamControlMode.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine/SetMmeShadowRamControlMode.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Engine/SetMmeShadowRamControlMode.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Ryujinx.Graphics.Gpu/Engine/SetMmeShadowRamControlMode.cs b/Ryujinx.Graphics.Gpu/Engine/SetMmeShadowRamControlMode.cs
deleted file mode 100644
index 060d35ca..00000000
--- a/Ryujinx.Graphics.Gpu/Engine/SetMmeShadowRamControlMode.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-namespace Ryujinx.Graphics.Gpu.Engine
-{
- /// <summary>
- /// MME shadow RAM control mode.
- /// </summary>
- enum SetMmeShadowRamControlMode
- {
- MethodTrack = 0,
- MethodTrackWithFilter = 1,
- MethodPassthrough = 2,
- MethodReplay = 3,
- }
-} \ No newline at end of file