From 7d48886750dadf839eb2bb37e3a81314b5497c36 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Sat, 3 Mar 2018 14:04:58 -0300 Subject: Fix Rename* functions on FspSrv, add a separate class do hold system settings on Switch --- Ryujinx.Core/Settings/SetSys.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Ryujinx.Core/Settings/SetSys.cs (limited to 'Ryujinx.Core/Settings/SetSys.cs') diff --git a/Ryujinx.Core/Settings/SetSys.cs b/Ryujinx.Core/Settings/SetSys.cs new file mode 100644 index 00000000..d8b6eb6e --- /dev/null +++ b/Ryujinx.Core/Settings/SetSys.cs @@ -0,0 +1,7 @@ +namespace Ryujinx.Core.Settings +{ + public class SetSys + { + public ColorSet ThemeColor; + } +} -- cgit v1.2.3