aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Settings/SystemSettings.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-08-14 19:02:42 -0300
committerGitHub <noreply@github.com>2018-08-14 19:02:42 -0300
commit9ac5583513070f3f58225250ff2b1edaa080969c (patch)
treebb0fd3c5729aacba8540bf70bee773ffdf4e6025 /Ryujinx.HLE/Settings/SystemSettings.cs
parent17f54b5d78ac9ee83419dc204a02e3887bdca8e4 (diff)
Better support for user accounts (#349)
* Better support for user accounts * Nits * Check for invalid ids
Diffstat (limited to 'Ryujinx.HLE/Settings/SystemSettings.cs')
-rw-r--r--Ryujinx.HLE/Settings/SystemSettings.cs11
1 files changed, 0 insertions, 11 deletions
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; }
- }
-}