Ryujinx/Ryujinx.HLE/HOS/Services/Am/AppletOE/ApplicationProxyService
Ac_K c6e12949e5
Add multiple calls to am service (#1411)
* Add multiple calls to am service

This implement/stub some am calls:

- SetAutoSleepDisabled
- IsAutoSleepDisabled
- SetAlbumImageTakenNotificationEnabled
- EnableApplicationCrashReport
- GetPreviousProgramIndex
- NeedsToExitProcess
- RequestForAppletToGetForeground
- GetIndirectLayerConsumerHandle

All checked by RE.
Additionnaly to that, there is some cleanup here and there.

Fix #1387, #1324, #1165, #1163, #1065

* Fix casting

* Thread safe assign
2020-07-22 14:56:00 +10:00
..
ApplicationProxy Add multiple calls to am service (#1411) 2020-07-22 14:56:00 +10:00
IApplicationProxy.cs Add support for dynamic docking/undocking (#1147) 2020-04-23 13:59:11 +02:00