2018-08-14 00:13:01 +00:00
|
|
|
using System.Collections.Generic;
|
|
|
|
using Ryujinx.HLE.OsHle;
|
|
|
|
|
2018-06-11 00:46:42 +00:00
|
|
|
namespace Ryujinx.HLE.Settings
|
2018-03-03 17:04:58 +00:00
|
|
|
{
|
2018-03-16 00:06:24 +00:00
|
|
|
public class SystemSettings
|
2018-03-03 17:04:58 +00:00
|
|
|
{
|
2018-08-14 00:13:01 +00:00
|
|
|
public Profile User { get; set; }
|
|
|
|
public ColorSet ThemeColor { get; set; }
|
2018-03-03 17:04:58 +00:00
|
|
|
}
|
|
|
|
}
|