index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
savedata_factory.h
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-06-02
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-01-15
core: Silence Wclass-memaccess warnings
ReinUsesLisp
2020-11-27
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-07-30
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2019-09-21
filesystem: Add const qualification to various accessors
Zach Hilman
2019-09-21
savedata_factory: Implement savedata creation and don't create dir on open
Zach Hilman
2019-04-05
service/fsp_srv: Don't pass SaveDataDescriptor instances by value.
Lioncash
2019-04-05
service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs
Lioncash
2018-12-27
savedata_factory: Partially implement IVFC save sizes using files
Zach Hilman
2018-12-07
file_sys/save_data_factory: Update SaveDataSpaceId enum
Lioncash
2018-10-29
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-29
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-21
qt/main: Port part of citra(#3411), open savedata works
tech4me
2018-08-08
file_sys: Add missing include in savedata_factory
Zach Hilman
2018-07-18
savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-03-01
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
Subv