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
/
file_sys
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-09-17
Core: Add a method to obtain a Directory from an Archive.
Emmanuel Gil Peyrot
5
-0
/
+44
2014-09-17
Core: Add a Directory object, with both a stub and a passthrough implementations.
Emmanuel Gil Peyrot
5
-0
/
+259
2014-09-17
Core: Add a passthrough backend for the filesystem, exposed as SDMC.
Emmanuel Gil Peyrot
4
-0
/
+298
2014-09-17
Core: Add a new File class, obtainable from an Archive, and a stub implementation.
Emmanuel Gil Peyrot
6
-0
/
+205
2014-08-23
Added FS functions to Archive and Archive_RomFS
archshift
3
-8
/
+57
2014-07-05
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override".
bunnei
1
-4
/
+4
2014-07-05
Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"
bunnei
1
-1
/
+1
2014-07-05
Loader: Updated read methods to be const
bunnei
2
-2
/
+2
2014-07-05
FileSys: Added preliminary support for applications reading the RomFS archive.
bunnei
4
-138
/
+150
2014-06-27
Core: Removed unused directory_file_system and meta_file_system modules.
bunnei
4
-1453
/
+0
2014-04-23
fixes to build on linux
bunnei
2
-22
/
+22
2014-04-09
fixed project includes to use new directory structure
bunnei
5
-20
/
+15
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
5
-0
/
+1596