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