There was an error fetching the commit references. Please try again later.
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.
Showing
- src/core/file_sys/savedata_factory.cpp 1 addition, 1 deletionsrc/core/file_sys/savedata_factory.cpp
- src/core/file_sys/savedata_factory.h 1 addition, 1 deletionsrc/core/file_sys/savedata_factory.h
- src/core/hle/service/filesystem/filesystem.cpp 3 additions, 3 deletionssrc/core/hle/service/filesystem/filesystem.cpp
- src/core/hle/service/filesystem/filesystem.h 1 addition, 1 deletionsrc/core/hle/service/filesystem/filesystem.h
Loading
Please register or sign in to comment