yuzu/src/core/hle/service/filesystem
Lioncash c05c8a7a06 service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Passing around a 64 byte data struct by value is kind of wasteful,
instead pass a reference to the struct.
2019-04-05 11:04:01 -04:00
..
filesystem.cpp service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 2019-04-05 11:04:01 -04:00
filesystem.h service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 2019-04-05 11:04:01 -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/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem 2019-04-05 11:04:01 -04:00
fsp_srv.h fsp_srv: Unstub SetCurrentProcess 2019-03-18 10:38:01 -04:00