Fix Rename* functions on FspSrv, add a separate class do hold system settings on Switch
This commit is contained in:
8
Ryujinx.Core/Settings/ColorSet.cs
Normal file
8
Ryujinx.Core/Settings/ColorSet.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Core.Settings
|
||||
{
|
||||
public enum ColorSet
|
||||
{
|
||||
BasicWhite = 0,
|
||||
BasicBlack = 1
|
||||
}
|
||||
}
|
7
Ryujinx.Core/Settings/SetSys.cs
Normal file
7
Ryujinx.Core/Settings/SetSys.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Core.Settings
|
||||
{
|
||||
public class SetSys
|
||||
{
|
||||
public ColorSet ThemeColor;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user