2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/file_sys
Lioncash a1868286b0 file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType
enum class elements from the same enum can already be compared against
one another without the need for explicitly defined comparison
operators.
2019-04-05 15:20:07 -04:00
..
system_archive set_sys: Use official nintendo version string 2019-03-10 19:54:13 -04:00
bis_factory.cpp bis_factory: Add getter for mod dump root for a title ID 2018-10-29 16:08:03 -04:00
bis_factory.h bis_factory: Add getter for mod dump root for a title ID 2018-10-29 16:08:03 -04:00
card_image.cpp file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
card_image.h file_sys/card_image: Provide named members for the GamecardInfo struct 2018-11-20 18:40:53 -05:00
cheat_engine.cpp core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 2019-03-24 18:34:42 -04:00
cheat_engine.h file_sys/cheat_engine: Silence truncation and sign-conversion warnings 2019-03-22 14:43:41 -04:00
content_archive.cpp content_archive: Add getter for logo section of NCA 2019-01-15 16:00:29 -05:00
content_archive.h file_sys/content_archive: Amend name of Data_Unknown5 enum entry 2019-03-19 15:58:38 -04:00
control_metadata.cpp file_sys/control_metadata: Amend naming of members 2019-04-03 21:18:12 -04:00
control_metadata.h file_sys/control_metadata: Amend naming of members 2019-04-03 21:18:12 -04:00
directory.h file_sys/directory: Remove unused DirectoryBackend class 2019-01-18 14:33:50 -05:00
errors.h set_sys: Use official nintendo version string 2019-03-10 19:54:13 -04:00
fsmitm_romfsbuild.cpp
fsmitm_romfsbuild.h general: Remove unused boost inclusions where applicable 2018-10-30 00:09:46 -04:00
ips_layer.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
ips_layer.h
mode.h
nca_metadata.cpp file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType 2019-04-05 15:20:07 -04:00
nca_metadata.h file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType 2019-04-05 15:20:07 -04:00
nca_patch.cpp
nca_patch.h
partition_filesystem.cpp
partition_filesystem.h
patch_manager.cpp Merge pull request #2280 from lioncash/nso 2019-03-23 13:46:09 -04:00
patch_manager.h file_sys/cheat_engine: Remove use of global system accessors 2019-03-22 14:43:37 -04:00
program_metadata.cpp file_sys/program_metadata: Print out more descriptive address space descriptions 2018-12-27 19:16:45 -05:00
program_metadata.h kernel/process: Hook up the process capability parser to the process itself 2018-12-21 07:05:34 -05:00
registered_cache.cpp file_sys/content_archive: Amend name of Data_Unknown5 enum entry 2019-03-19 15:58:38 -04:00
registered_cache.h file_sys/registered_cache: Remove unused <map> include 2018-11-27 16:33:18 -05:00
romfs.cpp romfs: Add SingleDiscard extraction type 2018-12-28 15:30:36 -05:00
romfs.h romfs: Add SingleDiscard extraction type 2018-12-28 15:30:36 -05:00
romfs_factory.cpp filesystem: De-globalize registered_cache_union 2018-12-01 23:43:23 -05:00
romfs_factory.h
savedata_factory.cpp am: Implement GetSaveDataSize and ExtendSaveData 2018-12-27 00:18:00 -05:00
savedata_factory.h savedata_factory: Partially implement IVFC save sizes using files 2018-12-27 00:18:00 -05:00
sdmc_factory.cpp
sdmc_factory.h
submission_package.cpp file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
submission_package.h file_sys: Use common KeyManager in NCA container types 2018-11-01 20:23:38 -04:00
vfs.cpp file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 2018-11-30 23:52:56 -05:00
vfs.h vfs: Add reinterpret_casts to WriteArray and Object 2018-12-27 00:16:55 -05:00
vfs_concat.cpp
vfs_concat.h
vfs_layered.cpp
vfs_layered.h vfs: Remove InterpretAsDirectory and related functions 2018-10-19 14:02:07 -04:00
vfs_offset.cpp global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_offset.h global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_real.cpp
vfs_real.h
vfs_static.h global: Use std::optional instead of boost::optional (#1578) 2018-10-30 00:03:25 -04:00
vfs_types.h
vfs_vector.cpp file_sys/vfs_vector: Fix ignored offset on Write 2019-02-25 00:27:49 +01:00
vfs_vector.h file_sys: Implement system archive synthesizer for NgWord (806) 2018-11-22 21:39:10 -05:00
xts_archive.cpp
xts_archive.h