mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 09:39:56 -06:00
8 lines
115 B
C#
8 lines
115 B
C#
namespace Ryujinx.HLE.Settings
|
|
{
|
|
public class SystemSettings
|
|
{
|
|
public ColorSet ThemeColor;
|
|
}
|
|
}
|