aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Settings/SetSys.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2018-03-15 21:06:24 -0300
committerGitHub <noreply@github.com>2018-03-15 21:06:24 -0300
commit79a59397349b40758fc75cd2e19c67726a77e975 (patch)
tree4597fcdf8d8d6886df88c00650b7d924c7fc16fe /Ryujinx.Core/Settings/SetSys.cs
parent92f47d535e7c3b350c25499dec5e91d8be5544bc (diff)
Improvements to audout (#58)
* Some audout refactoring and improvements * More audio improvements * Change ReadAsciiString to use long for the Size, avoids some casting
Diffstat (limited to 'Ryujinx.Core/Settings/SetSys.cs')
-rw-r--r--Ryujinx.Core/Settings/SetSys.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/Ryujinx.Core/Settings/SetSys.cs b/Ryujinx.Core/Settings/SetSys.cs
deleted file mode 100644
index d8b6eb6e..00000000
--- a/Ryujinx.Core/Settings/SetSys.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace Ryujinx.Core.Settings
-{
- public class SetSys
- {
- public ColorSet ThemeColor;
- }
-}