aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Settings
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Settings')
-rw-r--r--Ryujinx.HLE/Settings/ColorSet.cs8
-rw-r--r--Ryujinx.HLE/Settings/SystemSettings.cs11
2 files changed, 0 insertions, 19 deletions
diff --git a/Ryujinx.HLE/Settings/ColorSet.cs b/Ryujinx.HLE/Settings/ColorSet.cs
deleted file mode 100644
index 77485d22..00000000
--- a/Ryujinx.HLE/Settings/ColorSet.cs
+++ /dev/null
@@ -1,8 +0,0 @@
-namespace Ryujinx.HLE.Settings
-{
- public enum ColorSet
- {
- BasicWhite = 0,
- BasicBlack = 1
- }
-}
diff --git a/Ryujinx.HLE/Settings/SystemSettings.cs b/Ryujinx.HLE/Settings/SystemSettings.cs
deleted file mode 100644
index fb94807e..00000000
--- a/Ryujinx.HLE/Settings/SystemSettings.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System.Collections.Generic;
-using Ryujinx.HLE.OsHle;
-
-namespace Ryujinx.HLE.Settings
-{
- public class SystemSettings
- {
- public Profile User { get; set; }
- public ColorSet ThemeColor { get; set; }
- }
-}