602 Commits (0084098c9b6a310ad5f19eba1edf359df89fdc90)

Author SHA1 Message Date
Zach Hilman 04a69eb6c7 program_metadata: Add function to load meta from raw parameters 7 years ago
Zach Hilman 48bb330ad1 file_sys: Add classes to parse KIP1 and INI1 files 7 years ago
Michael Scire e417da5070 Implement IApplicationFunctions::GetDesiredLanguage 7 years ago
Lioncash 633d55d503 file_sys/program_metadata: Remove obsolete TODOs 7 years ago
Lioncash 0359cba0f3 file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType 7 years ago
Lioncash d7f670204b file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() 7 years ago
Lioncash 7d93ed3f70 service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 7 years ago
Lioncash 90abd76bd9 service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs 7 years ago
Lioncash 74c41c4095 file_sys/control_metadata: Amend naming of members 7 years ago
Zach Hilman d6744d9b06 patch_manager: Dump NSO name with build ID 7 years ago
Zach Hilman 3f62d06b38 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Zach Hilman 0cfcb928ce file_sys: Create ContentProvider interface and default implementations 7 years ago
Lioncash ff47991967 core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash 0d44c061fe file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash b59b7084c7 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash be2b64e8bc file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash 782461221f file_sys/patch_manager: Remove two magic values 7 years ago
Lioncash 43fd362174 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Zach Hilman 03c5d788da set_sys: Use official nintendo version string 7 years ago
Zach Hilman d741f8ee90 system_version: Correct sizes on VectorVfsFile construction 7 years ago
Zach Hilman d9ef55ed76 set_sys: Implement GetFirmwareVersion(2) for libnx hosversion 7 years ago
Zach Hilman 20c46b9242 vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Zach Hilman b6ac32dc35 cheat_engine: Add parser and interpreter for game cheats 7 years ago
Zach Hilman 81302571bf patch_manager: Display cheats in game list add-ons 7 years ago
Zach Hilman 57c6d77be0 patch_manager: Add support for loading cheats lists 7 years ago
Frederic L b0f1eaee7a file_sys/vfs_vector: Fix ignored offset on Write 7 years ago
Lioncash a5d7387d47 file_sys/directory: Remove unused DirectoryBackend class 7 years ago
Zach Hilman fa4a624cc6 content_archive: Add getter for logo section of NCA 7 years ago
Zach Hilman 94149affe0 romfs: Add SingleDiscard extraction type 7 years ago
Lioncash a72bda4ecc file_sys/program_metadata: Print out more descriptive address space descriptions 7 years ago
Zach Hilman 9121887ae4 am: Implement GetSaveDataSize and ExtendSaveData 7 years ago
Zach Hilman cfb21a8781 savedata_factory: Partially implement IVFC save sizes using files 7 years ago
Zach Hilman 80ae27c5fc control_metadata: Update NACP fields with latest Switchbrew data 7 years ago
Zach Hilman 8e1160d668 control_metadata: Use value member instead of unique_ptr to store struct 7 years ago
Zach Hilman f6755b94db vfs: Add reinterpret_casts to WriteArray and Object 7 years ago
Lioncash b221836d5d kernel/process: Hook up the process capability parser to the process itself 7 years ago
David Marcec 1dfb0a513a Fixed uninitialized memory due to missing returns in canary 7 years ago
Lioncash 9cb11d1ae4 patch_manager: Prevent use of a dangling pointer within PatchRomFS 7 years ago
Lioncash e7d4f1aebc file_sys/save_data_factory: Update SaveDataSpaceId enum 7 years ago
Zach Hilman e809d6c791 savedata_factory: Add support for CacheStorage 7 years ago
Zach Hilman 27b5ca24e8 savedata_factory: Delete TemporaryStorage on startup 7 years ago
Zach Hilman 1f604f5be3 system_archive: Implement open source NgWord2 7 years ago
Lioncash 4d5bca8e2d ng_word: Deduplicate use of a constant value 7 years ago
Lioncash 79627baf05 system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 7 years ago
Zach Hilman 1c3bade698 patch_manager: Obey disabled add-ons list when patching game 7 years ago
Lioncash 1207174abb file_sys/directory: Amend path buffer size for directory entries 7 years ago
Lioncash 24480be3da file_sys/registered_cache: Eliminate variable shadowing 7 years ago
Lioncash de9051633c filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 7a47740f52 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 7 years ago
Lioncash 9c56be6af9 service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago