yuzu/src/core/file_sys
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds
Allows reporting more cases where logic errors may exist, such as
implicit fallthrough cases, etc.

We currently ignore unused parameters, since we currently have many
cases where this is intentional (virtual interfaces).

While we're at it, we can also tidy up any existing code that causes
warnings. This also uncovered a few bugs as well.
2020-04-15 21:33:46 -04:00
..
system_archive Revert "system_archive: Fix Korean and Chinese fonts" 2020-01-30 22:02:15 -05:00
bis_factory.cpp filesystem: Add getter for BCAT temporary directory 2019-09-30 17:20:49 -04:00
bis_factory.h filesystem: Add getter for BCAT temporary directory 2019-09-30 17:20:49 -04:00
card_image.cpp card_image: Implement system update commands in XCI 2019-10-13 14:18:45 -04:00
card_image.h card_image: Add accessors for raw partitions in XCI 2019-09-22 21:51:46 -04:00
content_archive.cpp common_func: Use std::array for INSERT_PADDING_* macros. 2019-11-03 22:22:41 -05:00
content_archive.h content_archive: Add accessors for Rights ID and SDK Version 2019-09-21 16:43:10 -04:00
control_metadata.cpp Addressed issues 2019-06-17 08:17:26 +10:00
control_metadata.h Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent 2019-06-16 19:06:33 +10:00
directory.h file_sys/directory: Make EntryType an enum class 2019-11-27 05:11:02 -05:00
errors.h
fsmitm_romfsbuild.cpp
fsmitm_romfsbuild.h
ips_layer.cpp Merge pull request #2581 from lioncash/hex 2019-06-15 16:47:13 -04:00
ips_layer.h
kernel_executable.cpp loader; Resolve sign conversion/truncation errors 2019-11-12 07:55:39 -05:00
kernel_executable.h
mode.h
nca_metadata.cpp
nca_metadata.h file_sys: Rename other ContentRecordType members 2019-07-02 00:57:23 +01:00
nca_patch.cpp
nca_patch.h
partition_filesystem.cpp card_image: Implement system update commands in XCI 2019-10-13 14:18:45 -04:00
partition_filesystem.h pfs: Provide accessors for file sizes and offsets 2019-09-22 21:44:36 -04:00
patch_manager.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
patch_manager.h patch_manager: Update cheat parsing for new VM 2019-09-21 21:45:05 -04:00
program_metadata.cpp loader; Resolve sign conversion/truncation errors 2019-11-12 07:55:39 -05:00
program_metadata.h loader; Resolve sign conversion/truncation errors 2019-11-12 07:55:39 -05:00
registered_cache.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
registered_cache.h registered_cache: Implement PlaceholderCache to manage placeholder and installing content 2019-09-21 16:43:10 -04:00
romfs_factory.cpp file_sys: Resolve sign conversion warnings 2019-11-12 07:55:39 -05:00
romfs_factory.h hle/service: Replace global system instance calls with instance-based ones 2019-10-06 13:42:23 -04:00
romfs.cpp file_sys: fix LayeredFS error when loading some games made with… (#3602) 2020-04-07 02:03:32 +02:00
romfs.h filesys/romfs: Remove unused includes 2019-11-27 05:29:52 -05:00
savedata_factory.cpp file_sys: Resolve sign conversion warnings 2019-11-12 07:55:39 -05:00
savedata_factory.h filesystem: Add const qualification to various accessors 2019-09-21 16:50:39 -04:00
sdmc_factory.cpp filesystem: Add const qualification to various accessors 2019-09-21 16:50:39 -04:00
sdmc_factory.h filesystem: Add const qualification to various accessors 2019-09-21 16:50:39 -04:00
submission_package.cpp submisson_package: Fix edge case with improperly sized filenames 2019-09-21 16:43:10 -04:00
submission_package.h
vfs_concat.cpp
vfs_concat.h
vfs_layered.cpp
vfs_layered.h
vfs_libzip.cpp CMakeLists: Specify -Wextra on linux builds 2020-04-15 21:33:46 -04:00
vfs_libzip.h vfs: Add function to extract ZIP file into virtual filesystem 2019-09-30 17:18:38 -04:00
vfs_offset.cpp
vfs_offset.h
vfs_real.cpp
vfs_real.h
vfs_static.h
vfs_types.h
vfs_vector.cpp
vfs_vector.h
vfs.cpp
vfs.h
xts_archive.cpp Merge pull request #3091 from lioncash/core-conversion 2019-11-15 12:08:50 -05:00
xts_archive.h