1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-01 15:15:00 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Am/AppletAE
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
..
AllSystemAppletProxiesService Add multiple calls to am service (#1411) 2020-07-22 14:56:00 +10:00
Storage
Types
AppletFifo.cs
AppletSession.cs
IAllSystemAppletProxiesService.cs
IAppletFifo.cs
IStorage.cs
IStorageAccessor.cs Implement a new physical memory manager and replace DeviceMemory (#856) 2020-05-04 08:54:50 +10:00