659 Commits (03fad5ebe86309cf22732ec9b8d3caf3da63f7b9)

Author SHA1 Message Date
Michael Scire 7dbf4c1ae5 Implement IApplicationFunctions::GetDesiredLanguage 7 years ago
Lioncash 37b23efece file_sys/program_metadata: Remove obsolete TODOs 7 years ago
Lioncash a1868286b0 file_sys/nca_metadata: Remove unnecessary comparison operators for TitleType 7 years ago
Lioncash 28e36de56f file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash() 7 years ago
Lioncash c05c8a7a06 service/fsp_srv: Don't pass SaveDataDescriptor instances by value. 7 years ago
Lioncash d9ee58a3b5 service/fsp_srv: Update SaveDataInfo and SaveDataDescriptor structs 7 years ago
Lioncash a973271b8c file_sys/control_metadata: Amend naming of members 7 years ago
Zach Hilman 552d5071fa patch_manager: Dump NSO name with build ID 7 years ago
Zach Hilman 60f39060c6 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Zach Hilman a6c7ae6fe8 file_sys: Create ContentProvider interface and default implementations 7 years ago
Lioncash b26481c94b core/cheat_engine: Make MemoryReadImpl and MemoryWriteImpl internally linked 7 years ago
Lioncash 733cf179b8 file_sys/cheat_engine: Silence truncation and sign-conversion warnings 7 years ago
Lioncash 540235bb05 file_sys/cheat_engine: Remove use of global system accessors 7 years ago
Lioncash 1cf90f4570 file_sys/patch_manager: Deduplicate NSO header 7 years ago
Lioncash ee49e1fcb6 file_sys/patch_manager: Remove two magic values 7 years ago
Lioncash b8c7072206 file_sys/content_archive: Amend name of Data_Unknown5 enum entry 7 years ago
Zach Hilman debc7442f2 set_sys: Use official nintendo version string 7 years ago
Zach Hilman 73f2ee5484 system_version: Correct sizes on VectorVfsFile construction 7 years ago
Zach Hilman ed82bb968a set_sys: Implement GetFirmwareVersion(2) for libnx hosversion 7 years ago
Zach Hilman 52ac6419da vm_manager: Remove cheat-specific ranges from VMManager 7 years ago
Zach Hilman 769b346682 cheat_engine: Add parser and interpreter for game cheats 7 years ago
Zach Hilman 4495bf5706 patch_manager: Display cheats in game list add-ons 7 years ago
Zach Hilman c5091bfe00 patch_manager: Add support for loading cheats lists 7 years ago
Frederic L 517933adcb
file_sys/vfs_vector: Fix ignored offset on Write 7 years ago
Lioncash 96644385ca file_sys/directory: Remove unused DirectoryBackend class 7 years ago
Zach Hilman 318bf7c8e3 content_archive: Add getter for logo section of NCA 7 years ago
Zach Hilman abbcc8e61e romfs: Add SingleDiscard extraction type 7 years ago
Lioncash 9aa68212d9 file_sys/program_metadata: Print out more descriptive address space descriptions 7 years ago
Zach Hilman c643f364b4 am: Implement GetSaveDataSize and ExtendSaveData 7 years ago
Zach Hilman 4082c4eda6 savedata_factory: Partially implement IVFC save sizes using files 7 years ago
Zach Hilman 417e1ef09c control_metadata: Update NACP fields with latest Switchbrew data 7 years ago
Zach Hilman 5c4259ec1a control_metadata: Use value member instead of unique_ptr to store struct 7 years ago
Zach Hilman 4a6ba58073 vfs: Add reinterpret_casts to WriteArray and Object 7 years ago
Lioncash 002ae08bbd kernel/process: Hook up the process capability parser to the process itself 7 years ago
David Marcec fdd649e2ef Fixed uninitialized memory due to missing returns in canary 7 years ago
Lioncash 5c72aa7c4c patch_manager: Prevent use of a dangling pointer within PatchRomFS 7 years ago
Lioncash a4eaa6782f file_sys/save_data_factory: Update SaveDataSpaceId enum 7 years ago
Zach Hilman fcfbae88e9 savedata_factory: Add support for CacheStorage 7 years ago
Zach Hilman 5721b8b5ad savedata_factory: Delete TemporaryStorage on startup 7 years ago
Zach Hilman 8be475d4dc system_archive: Implement open source NgWord2 7 years ago
Lioncash 2207baaa04 ng_word: Deduplicate use of a constant value 7 years ago
Lioncash edd9bfd54a system_archive: Use a regular function pointer instead of std::function for file-scope system archive array 7 years ago
Zach Hilman 0cea05cdf7 patch_manager: Obey disabled add-ons list when patching game 7 years ago
Lioncash 7e2467e695 file_sys/directory: Amend path buffer size for directory entries 7 years ago
Lioncash efbcff0af0 file_sys/registered_cache: Eliminate variable shadowing 7 years ago
Lioncash db4523f1ec filesystem: De-globalize registered_cache_union 7 years ago
Lioncash 0ccaaafca3 file_sys: Override missing mutating functions to be stubbed out for ReadOnlyVfsDirectory by default 7 years ago
Lioncash a7d9fe993a service/fsp_srv: Implement CleanDirectoryRecursively 7 years ago
Lioncash 7b1aaaa069 file_sys/registered_cache: Remove unused <map> include 7 years ago
Lioncash d72c809030 file_sys/registered_cache: Use regular const references instead of std::shared_ptr for InstallEntry() 7 years ago