yuzu/src/core/hle/service/filesystem
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
..
filesystem.cpp hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00
filesystem.h hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00
fsp_ldr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_ldr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.cpp hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_pr.h hle/service: Default constructors and destructors in the cpp file where applicable 2018-09-10 23:55:31 -04:00
fsp_srv.cpp service/filesystem: Silence -Wunused-variable 2019-10-04 23:41:21 +00:00
fsp_srv.h configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00