71 Commits (13a7a297bb0c56335e83322c8b9ce0e257cd6ff8)

Author SHA1 Message Date
Liam 13a7a297bb registered_cache: correct file deletion case 2 years ago
Liam f8985d1cc5 qt: add verification for installed contents 2 years ago
liamwhite b923f5aa7e
registered_cache: create fake CNMT entries for program updates of multiprogram applications (#11319) 2 years ago
Liam 775bf8e215 file_sys: tolerate empty NCA 2 years ago
Liam 86f6b6b7b2 vfs: expand support for NCA reading 2 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
Liam 084d7d6b01 common: Change semantics of UNREACHABLE to unconditionally crash 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Morph ea7a0d4652 registered_cache: Prevent nullptr dereference when accumulating files 4 years ago
Lioncash d0b1f2bd05 General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable 5 years ago
Morph 065867e2c2
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
Morph a170aa16b6 main: Prevent installing base titles into NAND 5 years ago
Lioncash 1da72c7792 file_sys: Resolve cases of variable shadowing 5 years ago
ReinUsesLisp 4f13e270c8 core: Silence warnings when compiling without asserts 5 years ago
Lioncash 67a8e73101 registered_cache: Make use of ends_with for string suffix checking 5 years ago
Lioncash f83c6e1e0c registered_cache: Make use of designated initializers 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash 4ca0014479 registered_cache: Resolve -Wmaybe_uninitialized warnings 5 years ago
Morph 2ec852dd9f registered_cache: Add support for removing folder ncas 6 years ago
Morph f66e3181dc Check for empty section0 and CNMT prior to install 6 years ago
Morph 1bbc61f5f1 Use proper install result when overwriting files 6 years ago
Morph 8794e623d9 Remove global system instance and address feedback 6 years ago
Morph a82fdea1ac registered_cache: Remove previous update/dlc if it exists on install 6 years ago
FearlessTobi 9f82a9a244 crypto: Make KeyManager a singleton class 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash e0c46e6879 core: Migrate off deprecated mbedtls functions 6 years ago
Zach Hilman 038bcec111 configure_debug: Move reporting option to logging 6 years ago
Zach Hilman c6ff4a6f4d yuzu: Port old usages of Filesystem namespace to FilesystemController 7 years ago
Zach Hilman 9d9fc8a675 registered_cache: Process *.cnmt.nca files 7 years ago
Zach Hilman 8500ca797f registered_cache: Implement PlaceholderCache to manage placeholder and installing content 7 years ago
Bakugo b50557d1f0 file_sys: Rename other ContentRecordType members 7 years ago
Bakugo c72ef5f405 file_sys/registered_cache: Improve missing metadata error 7 years ago
Bakugo 79163fca80 file_sys/registered_cache: Ignore DeltaFragment NCAs during installation 7 years ago
Zach Hilman d10fc2d727 glue: Correct missing bytes in ApplicationLaunchParameter 7 years ago
Zach Hilman db2e5e5fa6 registered_cache: Add getter to determine source slot in content provider union 7 years ago
Lioncash a62088539e
common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Zach Hilman a6c7ae6fe8 file_sys: Create ContentProvider interface and default implementations 7 years ago
Lioncash b8c7072206 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Lioncash efbcff0af0 file_sys/registered_cache: Eliminate variable shadowing 7 years ago
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago
Zach Hilman 97d425c304 file_sys: Use common KeyManager in NCA container types 7 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 7 years ago
Zach Hilman 9d0fb0f815 qt: Add support for dumping a DLC Data RomFS 7 years ago
Zach Hilman 59044862a9 registered_cache: Deduplicate results of ListEntry and ListEntryFilter 7 years ago
Lioncash 39ae73b356 file_sys/registered_cache: Use unique_ptr and regular pointers instead of shared_ptrs where applicable 7 years ago
Lioncash 28bef31ea8 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 7 years ago
Zach Hilman b3c2ec362b fsmitm: Cleanup and modernize fsmitm port 7 years ago
Zach Hilman ba0873d33c qt: Add UI elements for LayeredFS and related tools 7 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago