index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
archive_systemsavedata.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2017-05-25
1
-2
/
+2
*
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-22
1
-1
/
+1
*
FileSys: add SaveDataArchive
wwylele
2016-11-19
1
-2
/
+2
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-2
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-4
/
+5
*
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
1
-2
/
+2
*
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
1
-1
/
+7
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+3
*
Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData
Subv
2015-03-14
1
-2
/
+20
*
Archives: Properly implemented the SystemSaveData archive.
Subv
2015-02-26
1
-12
/
+21
*
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-04
1
-1
/
+1
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
1
-1
/
+6
*
Style: Addressed some comments
Subv
2014-12-21
1
-2
/
+7
*
CFG: Refactored how the config file works.
Subv
2014-12-21
1
-1
/
+1
*
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-21
1
-2
/
+3
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-18
1
-0
/
+33