aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/Settings/SystemSettings.cs
blob: 0f56ef3ae3934ec9cf34d4e778ce05f4f931af06 (plain)
1
2
3
4
5
6
7
namespace Ryujinx.Core.Settings
{
    public class SystemSettings
    {
        public ColorSet ThemeColor;
    }
}