From 5c1bc524092b3c5d867ce6204ac9db27b7359d3f Mon Sep 17 00:00:00 2001 From: Ac_K Date: Sun, 16 Jun 2019 00:35:38 +0200 Subject: Refactoring of acc:u0 (#701) * Refactoring of acc:u0 - Move all account things to the account service - More accurate IAccountServiceForApplication - Add helper to UInt128 * FIx my engrish * FIx my engrish #2 --- Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs (limited to 'Ryujinx.HLE/HOS/SystemState/OpenCloseState.cs') 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 - } -} -- cgit v1.2.3