citra-canary/src/core/file_sys
Lioncash 0e7ca706dc disk_archive: Make DiskDirectory's constructor explicit
Prevents implicit conversions/construction.
2018-03-31 00:54:17 -04:00
..
archive_backend.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
archive_backend.h FS: convert to service framework 2018-02-15 23:02:09 +02:00
archive_extsavedata.cpp Fix clang format 2018-03-04 20:59:42 -07: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 Add DelayGenerator for all file backends 2018-02-24 14:15:57 +01:00
archive_ncch.h Add DelayGenerator for all file backends 2018-02-24 14:15:57 +01:00
archive_other_savedata.cpp FS: Make LowPathType a strongly typed enum. 2017-12-12 17:48:00 -05:00
archive_other_savedata.h FileSys: Implement OtherSaveData 2016-11-29 23:50:00 +02:00
archive_savedata.cpp file_sys: std::move std::shared_ptr instances in constructors where applicable 2017-12-09 14:33:04 -05:00
archive_savedata.h FileSys: abstract SD save data archive source 2016-11-29 23:50:00 +02:00
archive_sdmc.cpp Add DelayGenerator for all file backends 2018-02-24 14:15:57 +01: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 Update the entire application to use the new clang format style 2018-03-09 10:54:43 -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 archive_systemsavedata: Remove pointer cast from GetSystemSaveDataPath() 2018-03-28 22:17:26 -04:00
archive_systemsavedata.h file_sys: Make a few single-argument constructors explicit 2016-12-07 17:26:56 -05:00
cia_container.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07: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
delay_generator.h Add DelayGenerator for all file backends 2018-02-24 14:15:57 +01:00
directory_backend.h FileSys: remove Open from DirectoryBackend 2016-11-19 17:17:19 +02:00
disk_archive.cpp disk_archive: Remove unused total_entries_in_directory member from DiskDirectory 2018-03-31 00:52:47 -04:00
disk_archive.h disk_archive: Make DiskDirectory's constructor explicit 2018-03-31 00:54:17 -04:00
errors.h file_sys/errors: Add ERROR_INSUFFICIENT_SPACE 2017-11-05 13:26:29 -07:00
file_backend.h Fix include 2018-02-24 14:46:42 +01:00
ivfc_archive.cpp Add DelayGenerator for all file backends 2018-02-24 14:15:57 +01:00
ivfc_archive.h Add DelayGenerator for all file backends 2018-02-24 14:15:57 +01:00
ncch_container.cpp ncch_container: Get rid of pointer casts in LZSS_GetDecompressedSize() and LZSS_Decompress() 2018-03-28 19:55:49 -04:00
ncch_container.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -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 Add DelayGenerator for all file backends 2018-02-24 14:15:57 +01: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