mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-01 03:47:11 +02:00
Implement IProfile Get and GetBase (#266)
* implement IProfile Get(Base) * use default user * changed userid
This commit is contained in:
parent
ea1685008c
commit
94ac7d3840
8 changed files with 154 additions and 13 deletions
|
@ -1,7 +1,11 @@
|
|||
using System.Collections.Generic;
|
||||
using Ryujinx.HLE.OsHle;
|
||||
|
||||
namespace Ryujinx.HLE.Settings
|
||||
{
|
||||
public class SystemSettings
|
||||
{
|
||||
public ColorSet ThemeColor;
|
||||
public Profile User { get; set; }
|
||||
public ColorSet ThemeColor { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue