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_concat.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-4
/
+4
*
file_sys: Resolve cases of variable shadowing
Lioncash
2021-05-02
1
-1
/
+1
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
1
-7
/
+11
*
fs: Fix RomFS building when zero byte files are present
Morph
2020-07-12
1
-4
/
+4
*
vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile
Lioncash
2018-09-26
1
-32
/
+35
*
vfs_static: Remove template byte parameter from StaticVfsFile
Lioncash
2018-09-25
1
-9
/
+33
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-24
1
-9
/
+12
*
vfs_concat: Rewrite and fix ConcatenatedVfsFile
Zach Hilman
2018-09-22
1
-13
/
+26
*
file-sys: Default heavy-weight class destructors in the cpp file
Lioncash
2018-09-20
1
-0
/
+2
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-5
/
+5
*
registration: Update documentation and style
Zach Hilman
2018-08-12
1
-0
/
+1
*
file_sys: Comply to style guidelines
Zach Hilman
2018-08-12
1
-4
/
+4
*
vfs: Add ConcatenatedVfsFile
Zach Hilman
2018-08-12
1
-0
/
+93