citra-canary/src/core/file_sys
Subv 37cb18358b HLE/FS: Always use 0x48000 as the high dword when opening the SharedExtData archive
The FS module overrides whatever value was in the saveid high dword with 0x48000 when trying to open the archive.

This fixes the problem where the Home Menu would create a few SharedExtData archives with 0x48000 as the saveid high, but then try to open them with 0 as the high value and fail.
2017-12-09 00:16:51 -05:00
..
archive_backend.cpp Warnings: Add UNREACHABLE macros to switches that contemplate all possible values. 2017-08-21 08:34:28 -05:00
archive_backend.h FileSys: make Archive interfaces return error code 2016-11-01 18:30:32 +02:00
archive_extsavedata.cpp HLE/FS: Always use 0x48000 as the high dword when opening the SharedExtData archive 2017-12-09 00:16:51 -05:00
archive_extsavedata.h HLE/FS: Always use 0x48000 as the high dword when opening the SharedExtData archive 2017-12-09 00:16:51 -05:00
archive_ncch.cpp Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
archive_ncch.h Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
archive_other_savedata.cpp FileSys: Implement OtherSaveData 2016-11-29 23:50:00 +02:00
archive_other_savedata.h FileSys: Implement OtherSaveData 2016-11-29 23:50:00 +02:00
archive_savedata.cpp FileSys: abstract SD save data archive source 2016-11-29 23:50:00 +02:00
archive_savedata.h FileSys: abstract SD save data archive source 2016-11-29 23:50:00 +02:00
archive_sdmc.cpp Handle invalid filenames when renaming files/directories 2017-07-31 17:11:53 +10:00
archive_sdmc.h file_sys: Make a few single-argument constructors explicit 2016-12-07 17:26:56 -05:00
archive_sdmcwriteonly.cpp file_sys: lower log level for setting host path 2017-03-08 17:47:24 +02:00
archive_sdmcwriteonly.h file_sys: Make a few single-argument constructors explicit 2016-12-07 17:26:56 -05:00
archive_selfncch.cpp Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
archive_selfncch.h HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. 2017-09-25 09:45:02 -05:00
archive_source_sd_savedata.cpp FileSys: Move all result description to errors.h 2017-05-24 21:06:00 -07:00
archive_source_sd_savedata.h archive_source_sd_savedata: Add static method to get a specific save data path 2016-12-15 09:59:41 +00:00
archive_systemsavedata.cpp FileSys: Move all result description to errors.h 2017-05-24 21:06:00 -07:00
archive_systemsavedata.h file_sys: Make a few single-argument constructors explicit 2016-12-07 17:26:56 -05:00
cia_container.cpp Get Rid of Redundant ! 2017-11-07 19:31:55 -06:00
cia_container.h Build: Added missing <array> includes to title_metadata.h and cia_container.h 2017-11-07 22:06:34 -05:00
directory_backend.h FileSys: remove Open from DirectoryBackend 2016-11-19 17:17:19 +02:00
disk_archive.cpp Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
disk_archive.h Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
errors.h file_sys/errors: Add ERROR_INSUFFICIENT_SPACE 2017-11-05 13:26:29 -07:00
file_backend.h Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
ivfc_archive.cpp Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
ivfc_archive.h Service/FS: Mark FileBackend's Write as non-const 2017-11-05 13:26:29 -07:00
ncch_container.cpp file_sys/ncch_container: Expose ncch_offset during instantiation and in OpenFile 2017-11-15 17:43:15 -07:00
ncch_container.h file_sys/ncch_container: Expose ncch_offset during instantiation and in OpenFile 2017-11-15 17:43:15 -07:00
path_parser.cpp FileSys: add PathParser 2016-11-19 17:17:19 +02:00
path_parser.h file_sys: Make a few single-argument constructors explicit 2016-12-07 17:26:56 -05:00
savedata_archive.cpp Handle invalid filenames when renaming files/directories 2017-07-31 17:11:53 +10:00
savedata_archive.h file_sys: Make a few single-argument constructors explicit 2016-12-07 17:26:56 -05:00
title_metadata.cpp file_sys/title_metadata: Allow loading from both files, FileBackends, and data 2017-11-05 13:26:29 -07:00
title_metadata.h file_sys/title_metadata: Fix encrypted bitmask 2017-11-20 20:45:06 -07:00