suyu/src/core/hle/service/filesystem
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration
Amends a few interfaces to be able to handle the migration over to the
new Memory class by passing the class by reference as a function
parameter where necessary.

Notably, within the filesystem services, this eliminates two ReadBlock()
calls by using the helper functions of HLERequestContext to do that for
us.
2019-11-26 21:55:37 -05:00
..
filesystem.cpp service: Resolve sign conversion errors 2019-11-12 07:55:39 -05: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 core: Prepare various classes for memory read/write migration 2019-11-26 21:55:37 -05:00
fsp_srv.h configure_debug: Move reporting option to logging 2019-09-21 18:43:20 -04:00