mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-06 15:02:55 -06:00
![Ac_K](/assets/img/avatar_default.png)
* 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