yuzu/src/core/hle/service/am
Lioncash 69f16ba50e hle/service: Replace global system instance calls with instance-based ones
Migrates the HLE service code off the use of directly accessing the
global system instance where trivially able to do so.

This removes all usages of Core::CurrentProcess from the service code,
only 8 occurrences of this function exist elsewhere. There's still quite
a bit of "System::GetInstance()" being used, however this was able to
replace a few instances.
2019-10-06 13:42:23 -04:00
..
applets applets: Add accessor for AppletFrontendSet 2019-09-30 17:20:49 -04:00
am.cpp hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00
am.h service/am: Silence -Wreorder 2019-10-04 23:41:21 +00:00
applet_ae.cpp configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00
applet_ae.h am: Implement ISelfController Exit 2019-09-21 22:25:18 -04:00
applet_oe.cpp configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00
applet_oe.h am: Implement ISelfController Exit 2019-09-21 22:25:18 -04: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