index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
archive.cpp
Age
Commit message (
Collapse
)
Author
2014-09-21
Use the citra user path for the sdmc directory
archshift
2014-09-17
Kernel: Implement the Close command for Archive, File and Directory.
Emmanuel Gil Peyrot
2014-09-17
Kernel: Add a Directory object and a getter for it from an Archive object.
Emmanuel Gil Peyrot
2014-09-17
Kernel: Add a File object and a getter for it from an Archive object.
Emmanuel Gil Peyrot
2014-09-08
core: Prune redundant includes
archshift
2014-08-22
Added FS functions to Archive and Archive_RomFS
archshift
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const ↵
Lioncash
char*. Most functions already operate on std::strings. This also removes the need to manually null terminate thread names.
2014-07-04
Archive: Added Init/Shutdown methods to reset kernel archive state.
bunnei
2014-07-04
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
Archive: Fixed brace ugliness for neobrain :) FS: Commented out unused local variables to prevent warnings. ...But keeping them here for future use. archive_romfs: Removed unused #include.
2014-06-27
Kernel: Added stubbed code to support creation of kernel Archive objects.
bunnei