Ryujinx/Ryujinx.HLE/HOS/Services/Am
Ac_K 40d1acd198
vi: Unify resolutions values and accurate implementation of them. (#2640)
* vi: Unify resolutions values and accurate implementation of them.

To continue what was made in #2618, I've REd `vi` service a bit. Now values and checks related to displays are more accurate.

- `am`  GetDefaultDisplayResolution / GetDefaultDisplayResolutionChangeEvent have more informations on what the service does.
- `vi:u/vi:m/vi:s` GetDisplayService are now accurate.
- `IApplicationDisplay` GetRelayService, GetSystemDisplayService, GetManagerDisplayService, GetIndirectDisplayTransactionService, ListDisplays, OpenDisplay, OpenDefaultDisplay, CloseDisplay, GetDisplayResolution are now properly implemented.
- Some other calls are cleaned or have extra checks accordingly to RE.

Additionnaly, `IFriendService` have some wrong aligned things, and `pm:info` service placeholder was missing.

* just use _openedDisplayInfo.Remove()

* use context.Memory.Fill()

* fix some casting

* remove unneeded comment

* cleanup

* uses TryAdd

* displayId > ulong

* GetDisplayResolution > ulong

* UL
2021-09-19 12:57:39 +02:00
..
AppletAE vi: Unify resolutions values and accurate implementation of them. (#2640) 2021-09-19 12:57:39 +02:00
AppletOE Update to LibHac 0.13.1 (#2475) 2021-08-12 23:56:24 +02:00
Idle Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Omm Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Spsm Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
Tcap Refactoring HOS folder structure (#771) 2019-09-19 10:45:11 +10:00
ResultCode.cs no name: Mii Editor applet support (#2419) 2021-06-28 20:54:45 +02:00