4302 Commits (9e34303fb98e2e11d164bf92064f17f349097134)

Author SHA1 Message Date
Zach Hilman 9e34303fb9 key_manager: Add support for comments in keyfiles 7 years ago
Zach Hilman 1fa6ee4723 vfs: Move forward declarations to separate file 7 years ago
Zach Hilman ce05df0a6d key_manager: Add support for console-specific keyfile 7 years ago
Zach Hilman 721632fe66 key_manager: Rename KEK to Kek 7 years ago
David Marcec 612ce89eca Added forward define for ServerPort 7 years ago
David Marcec f84b9ed4e8 Ported #4296 from citra 7 years ago
Lioncash 6ddf8f34db
kernel/mutex: Amend behavior of TransferMutexOwnership() 7 years ago
balika011 1a5d6de0d4 thread: Make the scheduler pointer a regular pointer 7 years ago
Zach Hilman 38c2ac95af romfs_factory: Extract packed update setter to new function 7 years ago
Zach Hilman 5acaeb04c4 patch_manager: Add support for NSP packed updates 7 years ago
Zach Hilman d79d4fd764 patch_manager: Add support for packed updates 7 years ago
Zach Hilman 5045748829 loader: Add getter for packed update 7 years ago
Zach Hilman e948fbf5d0 loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders 7 years ago
Lioncash baed7e1fba kernel/thread: Make all instance variables private 7 years ago
Lioncash 024eec02a5 submission_package: Avoid dangling std::string_view within SetTicketKeys() 7 years ago
Lioncash dade709f63 submission_package: Correct location of null check within SetTicketKeys() 7 years ago
Lioncash 02841052aa submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 7 years ago
Lioncash 37ee05f7c0 submission_package: Ensure the 'extracted' member variable is always initialized 7 years ago
Lioncash ccf0a9cb38 submission_package: Move ExeFS and RomFS initialization to its own function 7 years ago
Lioncash fd312abedd submission_package: Move NCA reading code to its own function 7 years ago
Lioncash 4f18d35888 submission_package: Move ticket key setting to its own function 7 years ago
Lioncash 0d83f8f255 submission_package: Invert conditionals within NSP's constructor to reduce nesting 7 years ago
Lioncash cf463a9b67 card_image: Ensure program_nca_status is always initialized 7 years ago
Zach Hilman 9aaf1c0df8 aoc_u: Fix edge case with DLC that causes breaks 7 years ago
Lioncash cba78dc70a services/fsp_srv: Amend service function table 7 years ago
Lioncash d80dd2b812 service/lbl: Update service function table 7 years ago
Zach Hilman 215b65fe75 nso: Optimize loading of IPS patches 7 years ago
fearlessTobi ac06105dfe Review comments -part 4 7 years ago
fearlessTobi 120d8f3bf7 Address more review comments 7 years ago
fearlessTobi b4ace6ec6f Address a bunch of review comments 7 years ago
fearlessTobi 4d139943f2 Port web_service from Citra 7 years ago
Zach Hilman 6d441828e6 deconstructed_rom_directory: Force NSO loader to patch NSOs 7 years ago
Zach Hilman 003b44822a nso: Add framework to support patching of uncompressed NSOs 7 years ago
Zach Hilman 42fb4e82d3 patch_manager: Add PatchNSO function 7 years ago
Zach Hilman 4c2a94fa94 patch_manager: Use strings for patch type instead of enum 7 years ago
Zach Hilman 21b2411c44 file_sys: Implement function to apply IPS patches 7 years ago
Zach Hilman 3c9e70fefa nso: Replace NSOHeader padding bytes with build ID 7 years ago
Zach Hilman f72046099a aoc_u: Extract AccumulateAOCTitleIDs to separate function 7 years ago
Zach Hilman 7d86a008e2 aoc_u: Implement GetAddOnContentBaseId 7 years ago
Zach Hilman 62225ae050 aoc_u: Implement Count, List and Prepare AddOnContent 7 years ago
Zach Hilman aa0c82e405 romfs_factory: Read from all locations with StorageId None 7 years ago
Zach Hilman 32fc31fb13 patch_manager: Add DLC recognition to PatchManager 7 years ago
Lioncash 541c550753 kernel/svc: Implement svcGetThreadContext() 7 years ago
Lioncash dccfe193a9 kernel/process: Add a data member to determine if a process is 64-bit or not. 7 years ago
Lioncash cf9d6c6f52 kernel/process: Make data member variables private 7 years ago
Lioncash 16145e2f21 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 7 years ago
raven02 4092907687 Implement ISystemDisplayService::GetDisplayMode 7 years ago
Lioncash a63e6f9dfd loader: Make the Load() function take a process as a regular reference, not a SharedPtr 7 years ago
Lioncash f4c24d0832 kernel/object: Remove unnecessary std::move from DynamicObjectCast() 7 years ago
Lioncash 861580f6d2 fsmitm_romfsbuild: std::move std::vector instances in Build() 7 years ago