yuzu/src/core/hle/service/filesystem
Lioncash d0ed3ff4b7 service/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem
The unknown member here is actually padding due to being passed as a
struct. We can do the same, and remove the need to pop a padding word.
2019-04-05 11:04:01 -04:00
..
filesystem.cpp filesystem: Populate save data sizes from control data 2018-12-27 00:18:00 -05: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 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