1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-08 14:26:02 +00:00
Ryujinx/Ryujinx.HLE/HOS/Services/Am/AppletAE/AllSystemAppletProxiesService/SystemAppletProxy
Ac_K 25c3b8b356
Implement some calls of ISelfController (#965)
* Implement some calls of ISelfController

This PR implement some calls of ISelfController:

- EnterFatalSection
- LeaveFatalSection
- GetAccumulatedSuspendedTickValue (close #937)

According to RE of the 8.1.0 am service.

* thread safe increment/decrement

* Fix thread safe

* remove unused using
2020-03-04 00:41:41 -03:00
..
Types
IApplicationCreator.cs
IAudioController.cs
ICommonStateGetter.cs Stub the application copyright framebuffer api (#921) 2020-02-12 00:07:13 +01:00
IDebugFunctions.cs
IDisplayController.cs
IGlobalStateController.cs
IHomeMenuFunctions.cs
ILibraryAppletCreator.cs Initial swkbd implementation (#826) 2019-11-18 12:16:26 +01:00
ISelfController.cs Implement some calls of ISelfController (#965) 2020-03-04 00:41:41 -03:00
IWindowController.cs