Files
yuzu-mirror/src/core/hle/service
Lioncash 758d84db9a service/am: Implement EnterFatalSection and LeaveFatalSection
These functions act in tandem similar to how a lock or mutex require a
balanced lock()/unlock() sequence.

EnterFatalSection simply increments a counter for how many times it has
been called, while LeaveFatalSection ensures that a previous call to
EnterFatalSection has occured. If a previous call has occurred (the
counter is not zero), then the counter gets decremented as one would
expect. If a previous call has not occurred (the counter is zero), then
an error code is returned.
2019-03-26 17:02:42 -04:00
..
2018-08-01 16:13:04 -04:00
2019-01-29 22:50:26 -05:00
2018-08-01 16:45:51 -04:00
2018-12-02 15:46:44 -05:00
2018-10-19 04:12:28 -04:00
2018-07-25 22:13:43 -04:00
2018-07-26 09:53:58 -04:00
2018-08-02 10:09:45 -04:00
2018-07-27 16:01:29 -04:00
2019-01-29 22:50:26 -05:00
2019-01-29 22:50:26 -05:00
2018-07-31 06:40:21 -04:00
2018-08-01 16:13:04 -04:00
2019-01-29 21:16:24 -05:00
2018-10-21 22:03:25 -04:00
2018-12-02 15:49:40 -05:00
2018-07-28 21:54:55 -04:00