79a5939734
* Some audout refactoring and improvements * More audio improvements * Change ReadAsciiString to use long for the Size, avoids some casting
7 lines
116 B
C#
7 lines
116 B
C#
namespace Ryujinx.Core.Settings
|
|
{
|
|
public class SystemSettings
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|