4283 Commits (8593274f69fb04bd13e6008aeb464c96a4ebc0f8)

Author SHA1 Message Date
Zach Hilman 8593274f69 ips_layer: Add support for escape sequences and midline comments 7 years ago
Zach Hilman b571894b46 patch_manager: Add support for IPSwitch format patches 7 years ago
Zach Hilman a2602dddbe ips_layer: Add IPSwitchCompiler to process IPSwitch format 7 years ago
Lioncash b9b8610d6d submission_package: Avoid dangling std::string_view within SetTicketKeys() 7 years ago
Lioncash 689010c2fa submission_package: Correct location of null check within SetTicketKeys() 7 years ago
Lioncash b77f6a32ff submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 7 years ago
Lioncash 8f51371d7b submission_package: Ensure the 'extracted' member variable is always initialized 7 years ago
Lioncash e4f994749b submission_package: Move ExeFS and RomFS initialization to its own function 7 years ago
Lioncash eb438661e6 submission_package: Move NCA reading code to its own function 7 years ago
Lioncash 17fb526fd9 submission_package: Move ticket key setting to its own function 7 years ago
Lioncash 0b2773e2c6 submission_package: Invert conditionals within NSP's constructor to reduce nesting 7 years ago
Lioncash d91cd1d638 card_image: Ensure program_nca_status is always initialized 7 years ago
Zach Hilman 1995df45b1 aoc_u: Fix edge case with DLC that causes breaks 7 years ago
Lioncash 7896075fcb services/fsp_srv: Amend service function table 7 years ago
Lioncash 35c7df89fe service/lbl: Update service function table 7 years ago
Zach Hilman fc1574a4de nso: Optimize loading of IPS patches 7 years ago
Zach Hilman 783af4adca deconstructed_rom_directory: Force NSO loader to patch NSOs 7 years ago
Zach Hilman 0b69a38532 nso: Add framework to support patching of uncompressed NSOs 7 years ago
Zach Hilman 4f26c89688 patch_manager: Add PatchNSO function 7 years ago
Zach Hilman d913dba14a patch_manager: Use strings for patch type instead of enum 7 years ago
Zach Hilman 11b272edff file_sys: Implement function to apply IPS patches 7 years ago
Zach Hilman 6d26c40ebb nso: Replace NSOHeader padding bytes with build ID 7 years ago
Zach Hilman 0ad053c374 aoc_u: Extract AccumulateAOCTitleIDs to separate function 7 years ago
Zach Hilman 7e0956b870 aoc_u: Implement GetAddOnContentBaseId 7 years ago
Zach Hilman 85c1dc0fbf aoc_u: Implement Count, List and Prepare AddOnContent 7 years ago
Zach Hilman 3a963f105f romfs_factory: Read from all locations with StorageId None 7 years ago
Zach Hilman cfc63b8736 patch_manager: Add DLC recognition to PatchManager 7 years ago
Lioncash 5238113b9c kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash 7942c5ca0d kernel/process: Add a data member to determine if a process is 64-bit or not. 7 years ago
Lioncash 9d8f4d934b kernel/process: Make data member variables private 7 years ago
Lioncash f4dbd712a0 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
raven02 821b66cde5 Implement ISystemDisplayService::GetDisplayMode 7 years ago
Lioncash 06b47d8e6f loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
Lioncash 611973db12 kernel/object: Remove unnecessary std::move from DynamicObjectCast() 7 years ago
Lioncash cc482913f4 fsmitm_romfsbuild: std::move std::vector instances in Build() 7 years ago
Lioncash 8c2a41fa87 fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp() 7 years ago
Lioncash 77f4e47b49 patch_manager: Invert conditionals within ApplyLayeredFS() 7 years ago
Lioncash df3517f7b3 vfs_vector: Amend initializer list order in VectorVfsFile's constructor initializer list 7 years ago
Lioncash 0234afa2ab fsmitm_romfsbuild: Avoid type truncation warnings 7 years ago
Lioncash 87fdd86e0e fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFSBuildFileContext and RomFSBuildDirectoryContext 7 years ago
Lioncash b532635176 fsmitm_romfsbuild: Remove unnecessary loops in Build() 7 years ago
Lioncash cb483ba942 fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build() 7 years ago
Lioncash 8a132a6dc3 vfs/etc: Append std:: to size_t usages 7 years ago
Lioncash c42d80cd15 vfs_concat/vfs_layered: Remove friend declarations from ConcatenatedVfsFile 7 years ago
Lioncash 7cab491fcb vfs_static: Remove template byte parameter from StaticVfsFile 7 years ago
Lioncash 9f57c22ae2 service: Add missing headers inclusions where applicable 7 years ago
Lioncash cf3e25a3c6 core_cpu: Make arm_interface instances a std::unique_ptr 7 years ago
Lioncash 4ebca28342 kernel/scheduler: Take ARM_Interface instance by reference in the constructor 7 years ago
Lioncash 577bde60b5 memory: Dehardcode the use of fixed memory range constants 7 years ago
Lioncash 7b36b7d08d svc: Report correct memory-related values within some of the cases in svcGetInfo() 7 years ago