aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Settings/SystemSettings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Settings/SystemSettings.cs')
-rw-r--r--Ryujinx.HLE/Settings/SystemSettings.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Ryujinx.HLE/Settings/SystemSettings.cs b/Ryujinx.HLE/Settings/SystemSettings.cs
new file mode 100644
index 00000000..555e83bb
--- /dev/null
+++ b/Ryujinx.HLE/Settings/SystemSettings.cs
@@ -0,0 +1,7 @@
+namespace Ryujinx.HLE.Settings
+{
+ public class SystemSettings
+ {
+ public ColorSet ThemeColor;
+ }
+}