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