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.
2018-09-25 17:40:53 -04:00
..
bis_factory.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
bis_factory.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
card_image.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
card_image.h main: Only show DRD deprecation warning once 2018-09-04 14:44:48 -04:00
content_archive.cpp file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
content_archive.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
control_metadata.cpp Merge pull request #1364 from lioncash/content 2018-09-20 23:31:31 -04:00
control_metadata.h Merge pull request #1364 from lioncash/content 2018-09-20 23:31:31 -04:00
directory.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
errors.h file_sys/errors: Remove redundant object constructor calls 2018-07-20 22:37:54 -04:00
fsmitm_romfsbuild.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
fsmitm_romfsbuild.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
mode.h VFS Regression and Accuracy Fixes (#776) 2018-07-23 19:40:35 -07:00
nca_metadata.cpp file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
nca_metadata.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
nca_patch.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
nca_patch.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
partition_filesystem.cpp file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
partition_filesystem.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
patch_manager.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
patch_manager.h patch_manager: Add LayeredFS mods support 2018-09-21 19:53:33 -04:00
program_metadata.cpp file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
program_metadata.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
registered_cache.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
registered_cache.h qt: Add UI elements for LayeredFS and related tools 2018-09-21 19:53:33 -04:00
romfs.cpp vfs_static: Remove template byte parameter from StaticVfsFile 2018-09-25 17:40:53 -04:00
romfs.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
romfs_factory.cpp file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
romfs_factory.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
savedata_factory.cpp Merge pull request #1364 from lioncash/content 2018-09-20 23:31:31 -04:00
savedata_factory.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
sdmc_factory.cpp file_sys/crypto: Fix missing/unnecessary includes 2018-08-24 22:15:32 -04:00
sdmc_factory.h file_sys/crypto: Fix missing/unnecessary includes 2018-08-24 22:15:32 -04:00
submission_package.cpp Merge pull request #1242 from lioncash/file-sys 2018-09-05 18:53:32 -04:00
submission_package.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
vfs.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_concat.cpp vfs_static: Remove template byte parameter from StaticVfsFile 2018-09-25 17:40:53 -04:00
vfs_concat.h vfs_static: Remove template byte parameter from StaticVfsFile 2018-09-25 17:40:53 -04:00
vfs_layered.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_layered.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_offset.cpp file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
vfs_offset.h file-sys: Default heavy-weight class destructors in the cpp file 2018-09-19 19:34:08 -04:00
vfs_real.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_real.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_static.h vfs_static: Remove template byte parameter from StaticVfsFile 2018-09-25 17:40:53 -04:00
vfs_vector.cpp fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
vfs_vector.h fsmitm: Cleanup and modernize fsmitm port 2018-09-23 21:50:20 -04:00
xts_archive.cpp Merge pull request #1364 from lioncash/content 2018-09-20 23:31:31 -04:00
xts_archive.h Merge pull request #1364 from lioncash/content 2018-09-20 23:31:31 -04:00