yuzu-android/src/core/file_sys
Lioncash 2e5f0e5024 xts_archive: Remove unused variables from CalculateHMAC256()
These variables aren't used, which still has an impact, as std::vector
cannot be optimized away by the compiler (it's constructor and
destructor are both non-trivial), so this was just wasting memory.
2018-09-19 14:23:13 -04:00
..
bis_factory.cpp file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
bis_factory.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -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 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
content_archive.h bktr: Implement IVFC offset shifting 2018-09-04 16:24:02 -04:00
control_metadata.cpp control_metadata: Use alternate language names if AmericanEnglish isn't available 2018-09-04 14:30:03 -04:00
control_metadata.h control_metadata: Use alternate language names if AmericanEnglish isn't available 2018-09-04 14:30:03 -04:00
directory.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
errors.h
mode.h
nca_metadata.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
nca_metadata.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -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 Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
partition_filesystem.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
patch_manager.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
patch_manager.h file_sys/patch_manager: Add missing includes 2018-09-06 13:53:23 -04:00
program_metadata.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
program_metadata.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
registered_cache.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
registered_cache.h bktr: Fix missing includes and optimize style 2018-09-04 16:24:02 -04:00
romfs.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
romfs.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
romfs_factory.cpp bktr: Fix bucket overlap error 2018-09-04 17:01:54 -04:00
romfs_factory.h bktr: Implement IVFC offset shifting 2018-09-04 16:24:02 -04:00
savedata_factory.cpp file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -04:00
savedata_factory.h file_sys: Replace includes with forward declarations where applicable 2018-09-03 22:52:24 -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/submission_package: Replace includes with forward declarations where applicable 2018-09-05 12:08:04 -04:00
vfs.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_concat.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_concat.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_offset.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_offset.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_real.cpp Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_real.h Port #4182 from Citra: "Prefix all size_t with std::" 2018-09-15 15:21:06 +02:00
vfs_vector.cpp
vfs_vector.h
xts_archive.cpp xts_archive: Remove unused variables from CalculateHMAC256() 2018-09-19 14:23:13 -04:00
xts_archive.h xts_archive: Make AsNCA() return a std::unique_ptr instead of a std::shared_ptr 2018-09-19 14:22:37 -04:00