Ryujinx/Ryujinx.HLE/HOS/Services/Mii
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
..
StaticService
Types nfp: Amiibo scanning support (#2006) 2021-03-18 21:40:20 +01:00
DatabaseImpl.cs
DatabaseSessionMetadata.cs
Helper.cs account: Adds AccountManager (#2184) 2021-04-13 03:16:43 +02:00
IImageDatabaseService.cs
IStaticService.cs
MiiDatabaseManager.cs Update to LibHac 0.12.0 (#1485) 2020-09-01 17:08:59 -03:00
ResultCode.cs Add two error codes to Mii (#1224) 2020-05-08 16:23:26 +02:00
UtilityImpl.cs