aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs')
-rw-r--r--Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs b/Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs
deleted file mode 100644
index a2678b5c..00000000
--- a/Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Ryujinx.HLE.HOS.SystemState
-{
- public enum OpenCloseState
- {
- Closed,
- Open
- }
-}