You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/core/file_sys
Lioncash 14e2df5610 vfs_static: Remove template byte parameter from StaticVfsFile
This converts it into a regular constructor parameter. There's no need
to make this a template parameter on the class when it functions
perfectly well as a constructor argument.

This also reduces the amount of code bloat produced by the compiler, as
it doesn't need to generate the same code for multiple different
instantiations of the same class type, but with a different fill value.
7 years ago
..
bis_factory.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
bis_factory.h fsmitm: Cleanup and modernize fsmitm port 7 years ago
card_image.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
card_image.h main: Only show DRD deprecation warning once 7 years ago
content_archive.cpp file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
content_archive.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
control_metadata.cpp Merge pull request #1364 from lioncash/content 7 years ago
control_metadata.h Merge pull request #1364 from lioncash/content 7 years ago
directory.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
errors.h file_sys/errors: Remove redundant object constructor calls 7 years ago
fsmitm_romfsbuild.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
fsmitm_romfsbuild.h fsmitm: Cleanup and modernize fsmitm port 7 years ago
mode.h VFS Regression and Accuracy Fixes (#776) 7 years ago
nca_metadata.cpp file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
nca_metadata.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
nca_patch.cpp Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
nca_patch.h Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
partition_filesystem.cpp file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
partition_filesystem.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
patch_manager.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
patch_manager.h patch_manager: Add LayeredFS mods support 7 years ago
program_metadata.cpp file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
program_metadata.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
registered_cache.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
registered_cache.h qt: Add UI elements for LayeredFS and related tools 7 years ago
romfs.cpp vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
romfs.h fsmitm: Cleanup and modernize fsmitm port 7 years ago
romfs_factory.cpp file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
romfs_factory.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
savedata_factory.cpp Merge pull request #1364 from lioncash/content 7 years ago
savedata_factory.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
sdmc_factory.cpp file_sys/crypto: Fix missing/unnecessary includes 7 years ago
sdmc_factory.h file_sys/crypto: Fix missing/unnecessary includes 7 years ago
submission_package.cpp Merge pull request #1242 from lioncash/file-sys 7 years ago
submission_package.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
vfs.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
vfs.h fsmitm: Cleanup and modernize fsmitm port 7 years ago
vfs_concat.cpp vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
vfs_concat.h vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
vfs_layered.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
vfs_layered.h fsmitm: Cleanup and modernize fsmitm port 7 years ago
vfs_offset.cpp file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
vfs_offset.h file-sys: Default heavy-weight class destructors in the cpp file 7 years ago
vfs_real.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
vfs_real.h fsmitm: Cleanup and modernize fsmitm port 7 years ago
vfs_static.h vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
vfs_vector.cpp fsmitm: Cleanup and modernize fsmitm port 7 years ago
vfs_vector.h fsmitm: Cleanup and modernize fsmitm port 7 years ago
xts_archive.cpp Merge pull request #1364 from lioncash/content 7 years ago
xts_archive.h Merge pull request #1364 from lioncash/content 7 years ago