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
*
archive: Fix initializer list order for the File class.
Lioncash
2015-01-30
1
-1
/
+1
*
Remove result.h InvalidHandle
Yuri Kunde Schlesner
2015-01-30
1
-9
/
+14
*
Services: Stubbed more services.
Subv
2015-01-24
3
-0
/
+41
*
core: Fix a few docstrings
Lioncash
2015-01-20
1
-1
/
+1
*
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
2015-01-10
1
-3
/
+3
*
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
archshift
2015-01-10
1
-4
/
+0
*
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
2
-4
/
+4
*
Archives: Changed the way paths are built for the archives.
Subv
2015-01-04
2
-10
/
+15
*
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
2
-4
/
+5
*
SaveDataCheck: Preliminary work in this archive.
Subv
2015-01-03
2
-3
/
+35
*
archive: Fix initializer list order
Lioncash
2015-01-03
1
-3
/
+3
*
Archives: Implemented ExtSaveData and SharedExtSaveData
Subv
2014-12-30
3
-43
/
+36
*
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
*
Merge pull request #330 from purpasmart96/new_srv
bunnei
2014-12-26
2
-10
/
+0
|
\
|
*
More services & small clean ups
purpasmart96
2014-12-26
2
-10
/
+0
*
|
Stubbed IsSdmcWriteable to always return writeable.
archshift
2014-12-24
1
-1
/
+18
|
/
*
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-21
1
-9
/
+0
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
4
-4
/
+4
|
\
|
*
License change
purpasmart96
2014-12-21
4
-4
/
+4
*
|
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