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
/
partition_filesystem.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Remove InterpretAsDirectory and related functions
Zach Hilman
2018-10-19
1
-15
/
+1
*
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
*
loader: Add more descriptive errors
Zach Hilman
2018-08-10
1
-4
/
+4
*
partition_filesystem: Remove dynamic_cast in PrintDebugInfo()
Lioncash
2018-07-29
1
-3
/
+2
*
partition_filesystem: Use std::move where applicable
Lioncash
2018-07-24
1
-3
/
+3
*
partition_filesystem, vfs_real: Add missing standard includes
Lioncash
2018-07-21
1
-0
/
+3
*
partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory() where applicable
Lioncash
2018-07-21
1
-1
/
+1
*
partition_filesystem, vfs_real: Use std::distance() instead of subtraction
Lioncash
2018-07-21
1
-2
/
+5
*
partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()
Lioncash
2018-07-20
1
-1
/
+1
*
partition_filesystem: Ensure all class members of PartitionFilesystem are initialized
Lioncash
2018-07-19
1
-20
/
+9
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-74
/
+62
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-62
/
+74
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-74
/
+62
*
Update clang format
James Rowe
2018-07-03
1
-2
/
+2
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-4
/
+4
*
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
1
-3
/
+15
*
Build: Fixed some MSVC warnings in various parts of the code.
Subv
2018-06-20
1
-3
/
+3
*
file-sys: Move logging macros over to the new fmt-capable ones
Lioncash
2018-04-25
1
-2
/
+1
*
file_sys: Use NGLOG
shinyquagsire23
2018-04-17
1
-5
/
+5
*
file_sys: tweaks
shinyquagsire23
2018-04-16
1
-4
/
+5
*
file_sys: Add HFS/PFS helper component
shinyquagsire23
2018-04-16
1
-0
/
+124