suyu/src/core/hle/service/am
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
..
applets core/hle/ipc: Remove unnecessary includes 2019-03-05 09:53:38 -05:00
am.cpp service/am: Implement EnterFatalSection and LeaveFatalSection 2019-03-26 17:02:42 -04:00
am.h service/am: Implement EnterFatalSection and LeaveFatalSection 2019-03-26 17:02:42 -04:00
applet_ae.cpp service/am/applet_ae: Update function tables 2019-01-29 22:50:26 -05:00
applet_ae.h Ability to switch between docked and undocked mode in-game 2018-11-07 18:01:33 +11:00
applet_oe.cpp Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 2018-11-26 17:06:13 +11:00
applet_oe.h Ability to switch between docked and undocked mode in-game 2018-11-07 18:01:33 +11:00
idle.cpp am: Update service function tables 2018-10-21 16:40:20 -04:00
idle.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
omm.cpp omm: Update service function tables 2018-10-19 04:04:59 -04:00
omm.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
spsm.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
spsm.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
tcap.cpp am: Add the basic skeleton for the tcap service 2018-10-21 16:50:17 -04:00
tcap.h am: Add the basic skeleton for the tcap service 2018-10-21 16:50:17 -04:00