1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-16 04:18:15 -06:00
Ac_K 25c3b8b356
Implement some calls of ISelfController ()
* Implement some calls of ISelfController

This PR implement some calls of ISelfController:

- EnterFatalSection
- LeaveFatalSection
- GetAccumulatedSuspendedTickValue (close )

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
..