yuzu/src/core/file_sys
Lioncash 57c4d7aa00 partition_filesystem: Remove dynamic_cast in PrintDebugInfo()
We shouldn't be upcasting our file instances. Given a
PartitionFilesystem is currently designed to accept any arbitrary
VfsFile instances, casting to a more specific type than that is just bad
design, and shows an interface design issue.
2018-07-29 06:16:59 -04:00
..
content_archive.cpp
content_archive.h
control_metadata.cpp
control_metadata.h
directory.h
errors.h
mode.h
partition_filesystem.cpp partition_filesystem: Remove dynamic_cast in PrintDebugInfo() 2018-07-29 06:16:59 -04:00
partition_filesystem.h
program_metadata.cpp
program_metadata.h
romfs_factory.cpp
romfs_factory.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
romfs.cpp
romfs.h
savedata_factory.cpp
savedata_factory.h
sdmc_factory.cpp
sdmc_factory.h
vfs_offset.cpp
vfs_offset.h
vfs_real.cpp
vfs_real.h
vfs_vector.cpp
vfs_vector.h
vfs.cpp
vfs.h