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
/
hle
/
service
/
fs
/
archive.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
General: Fix up doxygen comments
Lioncash
2015-09-10
1
-1
/
+1
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-5
/
+8
*
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
2015-06-02
1
-1
/
+3
*
FileSys: Clean-up includes, de-inline destructors
Yuri Kunde Schlesner
2015-05-07
1
-10
/
+6
*
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveData
Subv
2015-03-14
1
-1
/
+33
*
Archives: Made the Format function more generic.
Subv
2015-02-10
1
-2
/
+5
*
Archives: Expose the File and Directory classes to HLE
Subv
2015-02-10
1
-2
/
+32
*
FS: Allow multiple instances of the same archive type to be open at once
Yuri Kunde Schlesner
2015-02-10
1
-2
/
+2
*
Filesys: Move creation of Handles for File/Directory to service handlers
Yuri Kunde Schlesner
2015-02-02
1
-4
/
+10
*
Services: Stubbed more services.
Subv
2015-01-24
1
-0
/
+8
*
core: Fix a few docstrings
Lioncash
2015-01-20
1
-1
/
+1
*
Archives: Make SYSTEM_ID and SDCARD_ID strings
Subv
2015-01-04
1
-2
/
+2
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
1
-0
/
+5
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-03
1
-1
/
+1
*
SaveDataCheck: Preliminary work in this archive.
Subv
2015-01-03
1
-0
/
+1
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-30
1
-1
/
+2
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
|
Added CreateFile to the FS_USER service
archshift
2014-12-21
1
-0
/
+9
|
/
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
1
-0
/
+6
*
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
1
-12
/
+14
*
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
1
-2
/
+2
*
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
1
-4
/
+15
*
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
1
-5
/
+4
*
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
1
-0
/
+107