36 Commits (1a02dee23a9902bc0b349e158beef7d7035c6be4)

Author SHA1 Message Date
Feng Chen 77f209e391 file_sys: Support load game collection (#6582) 5 years ago
Lioncash eeae5217ba core: Make variable shadowing a compile-time error 5 years ago
Lioncash ab38371888 file_sys: Resolve cases of variable shadowing 5 years ago
bunnei 9f8d7748d9 core: loader: Implement support for loading indexed programs. 5 years ago
Morph 58f0798f1f submission_package: Fix updates integrated into cartridge images. 6 years ago
Morph 0b72422a10 submission_package: Account for multi-content NSPs 6 years ago
Lioncash da15e9f8a7 file_sys: Replace inclusions with forward declarations where applicable 6 years ago
FearlessTobi f7cf5430b0 file_sys/nsp: Make SetTicketKeys actually do something 6 years ago
Lioncash 1e362da176 key_manager: Correct casing of instance() 6 years ago
FearlessTobi 5e9e8073a0 crypto: Make KeyManager a singleton class 6 years ago
Zach Hilman 91d032d433 submisson_package: Fix edge case with improperly sized filenames 7 years ago
Bakugo d046ef7112 file_sys/submission_package: Don't warn about missing DeltaFragment NCAs 7 years ago
Lioncash 59d55c8137 common/hex_util: Combine HexVectorToString() and HexArrayToString() 7 years ago
Zach Hilman e62e715ac2 nsp: Correct status codes for extracted NSPs 7 years ago
Zach Hilman 5231fb95e6 nsp: Use title ID from NPDM metadata for extracted type NSPs 7 years ago
Zach Hilman 3f62d06b38 core: Port current uses of RegisteredCache to ContentProvider 7 years ago
Zach Hilman cf81685cc8 file_sys: Use common KeyManager in NCA container types 8 years ago
Zach Hilman 2aa6989cee vfs: Remove InterpretAsDirectory and related functions 8 years ago
Zach Hilman 598ca547b2 romfs_factory: Extract packed update setter to new function 8 years ago
Lioncash b9b8610d6d submission_package: Avoid dangling std::string_view within SetTicketKeys() 8 years ago
Lioncash 689010c2fa submission_package: Correct location of null check within SetTicketKeys() 8 years ago
Lioncash b77f6a32ff submission_package: Use std::string's rfind() when looking for the extension in InitializeExeFSAndRomFS() 8 years ago
Lioncash 8f51371d7b submission_package: Ensure the 'extracted' member variable is always initialized 8 years ago
Lioncash e4f994749b submission_package: Move ExeFS and RomFS initialization to its own function 8 years ago
Lioncash eb438661e6 submission_package: Move NCA reading code to its own function 8 years ago
Lioncash 17fb526fd9 submission_package: Move ticket key setting to its own function 8 years ago
Lioncash 0b2773e2c6 submission_package: Invert conditionals within NSP's constructor to reduce nesting 8 years ago
Lioncash c0f0078eb1 file_sys/submission_package: Correct constructor initialization list order 8 years ago
Lioncash a4907882ad file_sys/submission_package: Replace includes with forward declarations where applicable 8 years ago
Zach Hilman 4148e4fbba nsp: Fix error masking issue with XCI files 8 years ago
Zach Hilman 44448809d5 main: Only show DRD deprecation warning once 8 years ago
Zach Hilman 887ffb2512 nsp: Comply with style and performance guidelines 8 years ago
Zach Hilman a9397ca8c0 file_sys: Add Nintendo Submission Package (NSP) 8 years ago