Ryujinx/Ryujinx.Core/Settings/SystemSettings.cs
gdkchan 79a5939734
Improvements to audout (#58)
* Some audout refactoring and improvements

* More audio improvements

* Change ReadAsciiString to use long for the Size, avoids some casting
2018-03-15 21:06:24 -03:00

8 lines
116 B
C#

namespace Ryujinx.Core.Settings
{
public class SystemSettings
{
public ColorSet ThemeColor;
}
}