Ryujinx/Ryujinx.HLE/HOS/SystemState
Ac_K 7344dee475
account: Adds AccountManager (#2184)
* account: Adds Account Manager

In a way to have Custom User Profiles merged in master faster, this PR adds a `AccountManager` class (based on `AccountUtils` class) and the following changes have been made:
- Adds a "default profile values" which were the old hardcoded ones.
- The image profile is moved to the Account service folder.
- The hardcoded UserId for the savedata is now using the `AccountManager` last opened one.
- The DeviceId in Mii service is changed to the right value (checked by REd sys:set call).

* Fix csproj

* Addresses gdkchan's comments

* Fix UserProfile fields

* Fix mii GetDeviceId()

* Update Ryujinx.HLE.csproj
2021-04-13 03:16:43 +02:00
..
AppletStateMgr.cs am/gui: Implement Wake-up message (#1750) 2020-12-15 21:41:42 -03:00
ColorSet.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
KeyboardLayout.cs set: Quick implementation of GetKeyCodeMap/GetKeyCodeMap2 (#1210) 2020-05-05 20:50:53 +02:00
RegionCode.cs set: Quick implementation of GetKeyCodeMap/GetKeyCodeMap2 (#1210) 2020-05-05 20:50:53 +02:00
SystemLanguage.cs Code style fixes and nits on the HLE project (#355) 2018-08-16 20:47:36 -03:00
SystemStateMgr.cs account: Adds AccountManager (#2184) 2021-04-13 03:16:43 +02:00
TitleLanguage.cs Fix GetDesiredLanguage (#1275) 2020-05-27 10:40:23 +02:00