yuzu-android/src/core/hle/service/filesystem
Lioncash 15e0c4c4ec filesystem: Use a std::string_view in OpenFile()
Rather than make a full copy of the path, we can just use a string view
and truncate the viewed portion of the string instead of creating a totally
new truncated string.
2019-04-04 20:59:00 -04:00
..
filesystem.cpp filesystem: Use a std::string_view in OpenFile() 2019-04-04 20:59:00 -04:00
filesystem.h filesystem: Populate save data sizes from control data 2018-12-27 00:18:00 -05: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 fsp_srv: Unstub SetCurrentProcess 2019-03-18 10:38:01 -04:00
fsp_srv.h fsp_srv: Unstub SetCurrentProcess 2019-03-18 10:38:01 -04:00