suyu/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 RomFS Extraction 2018-07-27 18:14:03 -04:00
content_archive.h content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const reference 2018-07-18 23:19:28 -04:00
control_metadata.cpp NRO Assets and NACP file format 2018-07-23 12:34:26 -04:00
control_metadata.h NRO Assets and NACP file format 2018-07-23 12:34:26 -04:00
directory.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
errors.h file_sys/errors: Remove redundant object constructor calls 2018-07-20 22:37:54 -04:00
mode.h VFS Regression and Accuracy Fixes (#776) 2018-07-23 19:40:35 -07:00
partition_filesystem.cpp partition_filesystem: Remove dynamic_cast in PrintDebugInfo() 2018-07-29 06:16:59 -04:00
partition_filesystem.h partition_filesystem: Ensure all class members of PartitionFilesystem are initialized 2018-07-18 23:45:22 -04:00
program_metadata.cpp Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
program_metadata.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
romfs.cpp RomFS Extraction 2018-07-27 18:14:03 -04:00
romfs.h RomFS Extraction 2018-07-27 18:14:03 -04:00
romfs_factory.cpp Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
romfs_factory.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
savedata_factory.cpp savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member function 2018-07-18 23:50:07 -04:00
savedata_factory.h savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const member function 2018-07-18 23:50:07 -04:00
sdmc_factory.cpp Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
sdmc_factory.h Virtual Filesystem 2: Electric Boogaloo (#676) 2018-07-18 18:07:11 -07:00
vfs.cpp RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs.h RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_offset.cpp RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_offset.h RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_real.cpp RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_real.h RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_vector.cpp RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_vector.h RomFS Extraction 2018-07-27 18:14:03 -04:00