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
/
archive_sdmc.cpp
Age
Commit message (
Expand
)
Author
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-07-31
Handle invalid filenames when renaming files/directories
James
2017-03-08
file_sys: lower log level for setting host path
wwylele
2017-01-29
core: fix archive_sdmc.cpp warnings about unhandled enumeration value on OSX
Kloen
2016-11-19
FileSys: w->rw permission lift only happens in SDMC archive
wwylele
2016-11-19
FileSys: add SDMCArchive
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-02-10
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
2015-01-06
Archives: Addressed some comments
Subv
2014-12-20
License change
purpasmart96
2014-12-17
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-16
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-07
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-04
Merge pull request #222 from archshift/renamexyz
bunnei
2014-12-03
Updated archive.cpp functions for proper error handling
archshift
2014-11-27
Fixed formatting and switch statement warnings
vaguilar
2014-11-24
Implemented RenameDirectory in FS:USER
archshift
2014-11-24
Implemented RenameFile in FS:USER
archshift
2014-11-23
Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
archshift
2014-11-17
FileSys: Updated backend code to use FileSys::Path instead of string for paths.
bunnei
2014-11-02
Added CreateDirectory function to service/fs.cpp, and in Archive.
archshift
2014-10-22
Use config files to store whether SDMC is enabled or not
archshift
2014-10-06
FileSys: split the constructor into an Open method, in order to notify the op...
Emmanuel Gil Peyrot
2014-10-06
FileSys: Add forgotten docstrings.
Emmanuel Gil Peyrot
2014-09-17
Core: Add a method to obtain a Directory from an Archive.
Emmanuel Gil Peyrot
2014-09-17
Core: Add a passthrough backend for the filesystem, exposed as SDMC.
Emmanuel Gil Peyrot