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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Archives: Changed the unimplemented archives comment.
Subv
2015-01-06
1
-1
/
+1
*
Archives: Addressed some comments
Subv
2015-01-06
1
-2
/
+2
*
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
-10
/
+10
*
Archives: Change the folder layout of some archives.
Subv
2015-01-03
1
-1
/
+1
*
Archives: Reduced duplicate code in RomFS and SaveCheck.
Subv
2015-01-03
1
-3
/
+4
*
SaveDataCheck: Preliminary work in this archive.
Subv
2015-01-03
1
-3
/
+34
*
archive: Fix initializer list order
Lioncash
2015-01-03
1
-3
/
+3
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-30
1
-27
/
+32
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-4
/
+6
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-4
/
+4
*
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-21
1
-9
/
+0
*
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
/
+8
*
|
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
2014-12-20
1
-6
/
+7
|
/
*
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
1
-6
/
+45
*
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
1
-150
/
+102
*
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
1
-3
/
+3
*
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-16
1
-10
/
+10
*
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
/
+426