There was an error fetching the commit references. Please try again later.
Merge pull request #229 from Subv/ensuresavedata_impl
FS: Make EnsureSaveData create the save data if it doesn't already exist.
No related branches found
No related tags found
Showing
- src/core/file_sys/disk_filesystem.cpp 3 additions, 4 deletionssrc/core/file_sys/disk_filesystem.cpp
- src/core/file_sys/errors.h 3 additions, 22 deletionssrc/core/file_sys/errors.h
- src/core/file_sys/filesystem.h 1 addition, 2 deletionssrc/core/file_sys/filesystem.h
- src/core/file_sys/romfs_factory.cpp 1 addition, 1 deletionsrc/core/file_sys/romfs_factory.cpp
- src/core/file_sys/romfs_factory.h 1 addition, 1 deletionsrc/core/file_sys/romfs_factory.h
- src/core/file_sys/savedata_factory.cpp 24 additions, 10 deletionssrc/core/file_sys/savedata_factory.cpp
- src/core/file_sys/savedata_factory.h 3 additions, 1 deletionsrc/core/file_sys/savedata_factory.h
- src/core/hle/service/am/am.cpp 20 additions, 2 deletionssrc/core/hle/service/am/am.cpp
- src/core/hle/service/filesystem/filesystem.cpp 13 additions, 0 deletionssrc/core/hle/service/filesystem/filesystem.cpp
- src/core/hle/service/filesystem/filesystem.h 7 additions, 0 deletionssrc/core/hle/service/filesystem/filesystem.h
- src/core/hle/service/filesystem/fsp_srv.cpp 14 additions, 0 deletionssrc/core/hle/service/filesystem/fsp_srv.cpp
- src/core/hle/service/filesystem/fsp_srv.h 1 addition, 0 deletionssrc/core/hle/service/filesystem/fsp_srv.h
Loading
Please register or sign in to comment