mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-16 20:21:34 +00:00
8 lines
115 B
C#
8 lines
115 B
C#
namespace Ryujinx.HLE.Settings
|
|
{
|
|
public class SystemSettings
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|