yuzu/src/core/hle/service/ns
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
..
errors.h clang-format fixes 2019-05-23 01:14:11 -07:00
language.cpp Address review comments 2019-05-23 01:28:27 -07:00
language.h Address review comments 2019-05-23 01:28:27 -07:00
ns.cpp Rebase 2019-09-22 16:40:58 +10:00
ns.h Rebase 2019-09-22 16:40:58 +10:00
ns_language.h Address review comments 2019-05-23 01:28:27 -07:00
pl_u.cpp hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00
pl_u.h Merge pull request #2884 from ogniK5377/deglobal-sys-services 2019-09-22 09:38:13 -04:00