814 Commits (1773a1039f7422df4faac08aa366b6a6bbd645e4)

Author SHA1 Message Date
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 9a07ed53eb core: Make variable shadowing a compile-time error 5 years ago
bunnei 2a7eff57a8 hle: kernel: Rename Process to KProcess. 5 years ago
Lioncash 1da72c7792 file_sys: Resolve cases of variable shadowing 5 years ago
Morph 72b22fd433 service: filesystem: Return proper error codes for CreateFile 5 years ago
Morph 1c65b3ee53 program_metadata: Set a default resource size when a NPDM is not present 5 years ago
Lioncash ae93402312 program_metadata: Explicitly specify copy/move functions 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
Chloe Marcec e9a1f29e93 pctl: Rework how pctl works to be more accurate 5 years ago
Morph 824e53149d system_version: Update to 11.0.1 5 years ago
Morph 9761618a8d system_archive: Update NgWord archive version 5 years ago
comex e9bb95ae16 vfs_real: When moving files or directories, don't assume file opening will succeed 6 years ago
ReinUsesLisp f8650a9580 core: Silence Wclass-memaccess warnings 5 years ago
ReinUsesLisp 3ff978aa4f common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
ReinUsesLisp c68d0dc851 file_sys/registered_cache: Silence virtual functions without override warnings 5 years ago
ReinUsesLisp 4f13e270c8 core: Silence warnings when compiling without asserts 5 years ago
Morph 79316be18c system_archive: Add + and - buttons to the Nintendo Extended OSS font 5 years ago
Morph 5d29d2111c system_archive: Update Nintendo Extended OSS font 5 years ago
Morph dfee6321cd Revert "Merge pull request #5176 from Morph1984/fix-createfile" 5 years ago
Lioncash b1657b8c6b vfs: Use existing type aliases consistently 5 years ago
Morph b06d6e3646 vfs_real: Fix CreateFile for files without a file extension 5 years ago
Morph e15039372e fsp_srv: Implement OpenDataStorageWithProgramIndex 5 years ago
Morph 0eb6c6cd83 file_sys: Consolidate common Title ID operations 5 years ago
Lioncash 6b7320add4 core: Remove unnecessary enum casts in log calls 5 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
Chloe Marcec 7fbeb489d3 system_version: Update to 11.0.0 5 years ago
Lioncash 073e07ae2d savedata_factory: Eliminate usage of the global system instance 5 years ago
bunnei 5f75d97125 core: loader: Implement support for loading indexed programs. 5 years ago
Lioncash 6f8a06bac5 patch_manager: Remove usages of the global system instance 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 6 years ago
Lioncash be1954e04c core: Fix clang build 6 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 6 years ago
Morph 3602df7f1f submission_package: Fix updates integrated into cartridge images. 6 years ago
Lioncash ff45c39578 General: Make use of std::nullopt where applicable 6 years ago
Lioncash a881efbf26 ips_layer: Eliminate a redundant copy in Parse() 6 years ago
Morph 41c2f5200c submission_package: Account for multi-content NSPs 6 years ago
Lioncash 02b8b6677a control_metadata: Resolve typo in Portuguese language name 6 years ago
Lioncash a62c1999c5 file_sys/romfs_factory: Eliminate usage of the global system accessor 6 years ago
Lioncash 0e80567bef file_sys/bis_factory: Eliminate usage of the global system accessor 6 years ago
Lioncash 66fc037ef2 nca_patch: Significantly reduce the stack usage size within SearchBucketEntry() 6 years ago
Lioncash 99b372a6c5 nca_patch: Make SearchBucketEntry() internally linked 6 years ago
Lioncash ba7eb5abf4 cheat_engine: Remove unnecessary system argument to CheatParser's Parse function 6 years ago
Lioncash 33e4a0b6c1 patch_manager: Resolve implicit truncations in FormatTitleVersion() 6 years ago
Lioncash a4392c24cf patch_manager: Make use of type aliases 6 years ago
Lioncash 637ab14ae6 patch_manager: Make a few functions internally linked 6 years ago
ReinUsesLisp 827ff077e7 file_sys/patch_manager: Add missing include 6 years ago
Lioncash 01d1b5cdaf file_sys: Replace inclusions with forward declarations where applicable 6 years ago
Lioncash 67a8e73101 registered_cache: Make use of ends_with for string suffix checking 6 years ago
Lioncash f83c6e1e0c registered_cache: Make use of designated initializers 6 years ago