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.cpp
Age
Commit message (
Expand
)
Author
2024-02-19
fs: Add and use fs_save_data_types.h
FearlessTobi
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-11
fsp-srv: use program registry for SetCurrentProcess
Liam
2024-01-04
android: Re-add global save manager
t895
2023-12-09
fs: don't enumerate hidden savedata size file
Liam
2023-08-08
core: remove ResultVal type
Liam
2023-05-11
fs: adjust future save path
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2022-10-16
savedata_factory: Detect future save data paths
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-06-02
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
Chloe
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2020-11-27
savedata_factory: Eliminate usage of the global system instance
Lioncash
2020-07-30
fs: Rename SaveDataDescriptor to SaveDataAttribute
Morph
2020-05-11
file_sys: savefata_factory: Update to support DeviceSaveData.
bunnei
2019-11-12
file_sys: Resolve sign conversion warnings
Lioncash
2019-10-22
savedata_factory: Automatically create certain savedata
Zach Hilman
2019-10-06
core: Remove Core::CurrentProcess()
Lioncash
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
am: Implement GetSaveDataSize and ExtendSaveData
Zach Hilman
2018-12-27
savedata_factory: Partially implement IVFC save sizes using files
Zach Hilman
2018-12-19
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-12-07
savedata_factory: Add support for CacheStorage
Zach Hilman
2018-12-06
savedata_factory: Delete TemporaryStorage on startup
Zach Hilman
2018-10-29
ns: Implement command 400: GetApplicationControlData
Zach Hilman
2018-10-29
savedata_factory: Expose accessors for SaveDataSpace
Zach Hilman
2018-10-16
savedata_factory: Add TemporaryStorage SaveDataSpaceId
Zach Hilman
2018-10-16
savedata_factory: Add support for DeviceSaveData
Zach Hilman
2018-09-30
kernel/process: Make data member variables private
Lioncash
2018-09-20
Merge pull request #1364 from lioncash/content
bunnei
2018-09-19
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-19
savedata_factory: Add TemporaryStorage SaveDataType
Zach Hilman
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-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-08
savedata_factory: Always create a save directory for games.
bunnei
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
[next]