4298 Commits (e5d1e17fc1aac4ffb7c90d9deb93eb89da8961e0)

Author SHA1 Message Date
David Marcec b32503dfcc Added forward define for ServerPort 7 years ago
David Marcec 188da5880b Ported #4296 from citra 7 years ago
Lioncash 809edc848f kernel/mutex: Amend behavior of TransferMutexOwnership() 7 years ago
balika011 6069aae43b thread: Make the scheduler pointer a regular pointer 7 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 91de5d554e patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman 19ed4d8558 patch_manager: Add support for packed updates 7 years ago
Zach Hilman bbbac65dc4 loader: Add getter for packed update 7 years ago
Zach Hilman 9488564c1e loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 7 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 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
fearlessTobi cd5b9645a4 Review comments -part 4 7 years ago
fearlessTobi dd6c300d9f Address more review comments 7 years ago
fearlessTobi fb46c8b426 Address a bunch of review comments 7 years ago
fearlessTobi 92e939952c Port web_service from Citra 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