1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-02 17:25:06 +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
IDebugFunctions.cs
IDisplayController.cs
IGlobalStateController.cs
IHomeMenuFunctions.cs
ILibraryAppletCreator.cs
ISelfController.cs Implement some calls of ISelfController (#965) 2020-03-04 00:41:41 -03:00
IWindowController.cs