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_sdmc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
1
-1
/
+6
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-2
/
+1
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-0
/
+1
*
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
2015-02-10
1
-3
/
+14
*
Archives: Addressed some comments
Subv
2015-01-06
1
-2
/
+2
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
1
-81
/
+2
*
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
1
-41
/
+0
*
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
1
-2
/
+2
*
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
1
-2
/
+2
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-9
/
+9
*
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-07
1
-0
/
+2
*
Merge pull request #222 from archshift/renamexyz
bunnei
2014-12-05
1
-0
/
+8
|
\
|
*
Updated archive.cpp functions for proper error handling
archshift
2014-12-04
1
-12
/
+0
|
*
Implemented RenameDirectory in FS:USER
archshift
2014-11-25
1
-0
/
+10
|
*
Implemented RenameFile in FS:USER
archshift
2014-11-25
1
-0
/
+10
*
|
Fixed formatting and switch statement warnings
vaguilar
2014-11-27
1
-1
/
+1
|
/
*
Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
archshift
2014-11-23
1
-0
/
+18
*
FileSys: Updated backend code to use FileSys::Path instead of string for paths.
bunnei
2014-11-18
1
-6
/
+6
*
Added CreateDirectory function to service/fs.cpp, and in Archive.
archshift
2014-11-02
1
-0
/
+9
*
Use config files to store whether SDMC is enabled or not
archshift
2014-10-23
1
-2
/
+8
*
FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.
Emmanuel Gil Peyrot
2014-10-06
1
-0
/
+2
*
FileSys: Add forgotten docstrings.
Emmanuel Gil Peyrot
2014-10-06
1
-0
/
+4
*
Core: Add a method to obtain a Directory from an Archive.
Emmanuel Gil Peyrot
2014-09-17
1
-0
/
+12
*
Core: Add a passthrough backend for the filesystem, exposed as SDMC.
Emmanuel Gil Peyrot
2014-09-17
1
-0
/
+96