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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added CreateFile to the FS_USER service
archshift
2014-12-21
3
-1
/
+47
*
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
2014-12-20
1
-6
/
+7
*
Merge pull request #306 from Subv/even_more_savedata
bunnei
2014-12-20
1
-2
/
+31
|
\
|
*
FS_U: Added the command to the docs of SaveData functions
Subv
2014-12-20
1
-0
/
+2
|
*
SaveData: Added some documentation to FormatSaveData
Subv
2014-12-18
1
-2
/
+29
*
|
SystemSaveData: Fixed a typo that was segfaulting
Subv
2014-12-19
1
-1
/
+1
*
|
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-18
1
-0
/
+9
|
/
*
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-18
3
-13
/
+86
*
Work around libstdc++'s lack of support for std::hash on enums
Yuri Kunde Schlesner
2014-12-16
1
-0
/
+15
*
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
3
-196
/
+175
*
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
1
-1
/
+1
*
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
1
-2
/
+2
*
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
2
-5
/
+5
*
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
3
-16
/
+27
*
HLE: Rename namespaces to match move & fix initialization order
Yuri Kunde Schlesner
2014-12-16
4
-30
/
+32
*
HLE: Move kernel/archive.* to service/fs/
Yuri Kunde Schlesner
2014-12-16
4
-0
/
+1038