Improvements to audout (#58)
* Some audout refactoring and improvements * More audio improvements * Change ReadAsciiString to use long for the Size, avoids some casting
This commit is contained in:
7
Ryujinx.Core/Settings/SystemSettings.cs
Normal file
7
Ryujinx.Core/Settings/SystemSettings.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Core.Settings
|
||||
{
|
||||
public class SystemSettings
|
||||
{
|
||||
public ColorSet ThemeColor;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user