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
/
vfs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Make VfsFilesystem constructor explicit
Lioncash
2018-08-12
1
-1
/
+1
*
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
1
-7
/
+11
*
vfs: Fix documentation
Zach Hilman
2018-08-09
1
-2
/
+2
*
vfs: Fix typo in VfsFilesystem docs
Zach Hilman
2018-08-09
1
-1
/
+1
*
vfs: Add VfsFilesystem interface and default implementation
Zach Hilman
2018-08-09
1
-3
/
+63
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-0
/
+3
*
RomFS Extraction
Zach Hilman
2018-07-28
1
-0
/
+20
*
vfs: Correct file_p variable usage within InterpretAsDirectory()
Lioncash
2018-07-22
1
-2
/
+5
*
file_util, vfs: Use std::string_view where applicable
Lioncash
2018-07-22
1
-25
/
+25
*
vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by const reference
Lioncash
2018-07-21
1
-1
/
+1
*
vfs: Use variable template variants of std::is_trivially_copyable
Lioncash
2018-07-21
1
-13
/
+6
*
vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member functions to be const qualified
Lioncash
2018-07-21
1
-3
/
+3
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-0
/
+237
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-220
/
+0
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-0
/
+220