yuzu/src/core/file_sys
Lioncash 96463d0a55 romfs_factory: Remove unnecessary includes and use forward declarations where applicable
Avoids the need to rebuild whatever includes the romfs factory header if
the loader header ever changes. We also don't need to include the main
core header. We can instead include the headers we specifically need.
2018-08-20 20:27:00 -04:00
..
bis_factory.cpp bis_factory: Create NAND dirs if they don't exist 2018-08-11 22:50:48 -04:00
bis_factory.h bis_factory: Add partial implementation of BISFactory 2018-08-11 22:50:48 -04:00
card_image.cpp Merge pull request #1005 from DarkLordZach/registered-fmt 2018-08-15 23:11:58 -04:00
card_image.h Merge pull request #1005 from DarkLordZach/registered-fmt 2018-08-15 23:11:58 -04:00
content_archive.cpp loader: Add more descriptive errors 2018-08-09 21:06:59 -04:00
content_archive.h registration: Add Data_Unknown5 NCAContentType 2018-08-20 17:34:18 -04:00
control_metadata.cpp control_metadata: Remove unnecessary reference to base file 2018-08-11 22:50:48 -04:00
control_metadata.h control_metadata: Remove unnecessary reference to base file 2018-08-11 22:50:48 -04:00
directory.h fsp_srv: Use std::string_view's copy() function instead of strncpy() 2018-08-08 18:51:52 -04: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
nca_metadata.cpp registration: Various style and documentation improvements 2018-08-12 15:55:44 -04:00
nca_metadata.h romfs_factory: Remove unnecessary includes and use forward declarations where applicable 2018-08-20 20:27:00 -04:00
partition_filesystem.cpp loader: Add more descriptive errors 2018-08-09 21:06:59 -04:00
partition_filesystem.h made ResultStatus a u16 2018-08-12 14:56:22 +10:00
program_metadata.cpp loader: Add more descriptive errors 2018-08-09 21:06:59 -04:00
program_metadata.h made ResultStatus a u16 2018-08-12 14:56:22 +10:00
registered_cache.cpp registration: Add Data_Unknown5 NCAContentType 2018-08-20 17:34:18 -04:00
registered_cache.h registration: Add support for force overwrite of installed 2018-08-11 23:01:42 -04:00
romfs.cpp romfs: Remove cyclic shared_ptr leak in romfs code 2018-08-11 22:50:48 -04:00
romfs.h RomFS Extraction 2018-07-27 18:14:03 -04:00
romfs_factory.cpp romfs_factory: Remove unnecessary includes and use forward declarations where applicable 2018-08-20 20:27:00 -04:00
romfs_factory.h romfs_factory: Remove unnecessary includes and use forward declarations where applicable 2018-08-20 20:27:00 -04: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 file_sys: Add missing include in savedata_factory 2018-08-08 21:18:45 -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 vfs: Use sanitized paths within MoveFile() and MoveDirectory() 2018-08-12 04:05:01 -04:00
vfs.h vfs: Make VfsFilesystem constructor explicit 2018-08-12 16:55:40 -04:00
vfs_concat.cpp registration: Update documentation and style 2018-08-11 22:50:48 -04:00
vfs_concat.h file_sys: Comply to style guidelines 2018-08-11 22:50:48 -04:00
vfs_offset.cpp RomFS Extraction 2018-07-27 18:14:03 -04:00
vfs_offset.h vfs: Make type hierarchy objects classes instead of structs 2018-08-12 16:55:40 -04:00
vfs_real.cpp registration: Various style and documentation improvements 2018-08-12 15:55:44 -04:00
vfs_real.h vfs_real: Add CreateFullPath to Create* operations 2018-08-11 22:50:48 -04:00
vfs_vector.cpp romfs: Remove cyclic shared_ptr leak in romfs code 2018-08-11 22:50:48 -04:00
vfs_vector.h Merge pull request #1005 from DarkLordZach/registered-fmt 2018-08-15 23:11:58 -04:00