mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-14 21:17:43 -07:00
79a5939734
* Some audout refactoring and improvements * More audio improvements * Change ReadAsciiString to use long for the Size, avoids some casting
8 lines
116 B
C#
8 lines
116 B
C#
namespace Ryujinx.Core.Settings
|
|
{
|
|
public class SystemSettings
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|