383 Commits (11e1629d898d5f66bde9817f2453f5a072a2e6a0)

Author SHA1 Message Date
Zach Hilman a040929c90 drd: Load title ID from program metadata 7 years ago
Zach Hilman b555311438 loader: Add NSP file type and NSP-specific errors 7 years ago
Lioncash a405373144 vfs_real: Forward declare IOFile 7 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 7 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 7 years ago
Zach Hilman 6314a799aa file_sys/crypto: Fix missing/unnecessary includes 7 years ago
Zach Hilman a7e8d10969 file_sys: Cut down on includes and copies 7 years ago
Zach Hilman b247e0cab0 loader: Add new NAX-specific errors and messages 7 years ago
Zach Hilman 2164702cf7 nax: Add AppLoader_NAX and update loader to support it 7 years ago
Zach Hilman a9dc5a3c10 xci: Fix error masking issue 7 years ago
Lioncash 477eee3993 service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash 87d8a9c986 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 0769aa594e loader/nca: Remove unnecessary includes and member variables 8 years ago
Lioncash c8e3f98c27 loader/xci: Remove unnecessary includes and member variables 8 years ago
Lioncash 96c0b81a51 loader: Remove address mapping remnants from citra 8 years ago
David Marcec 98b940052c made ResultStatus a u16 8 years ago
David Marcec a1fb8a331f Fixed invalid cast in loader 8 years ago
Zach Hilman 5b4119fa7f loader: Recognize filename '00' as NCA 8 years ago
Zach Hilman ec3bef7b4c loader: Add more descriptive errors 8 years ago
Zach Hilman dad2ae1ee0 loader: Remove unused IdentifyFile overload 8 years ago
Zach Hilman 3e81c09094 loader: Fix scope error in DeconstructedRomDirectory 8 years ago
Zach Hilman 91cfe70301 loader: Add icon and title support to XCI 8 years ago
Zach Hilman 5927cf0e17 Use const where applicable 8 years ago
Zach Hilman 9e88f03e75 Avoid parsing RomFS to directory in NCA 8 years ago
Zach Hilman 7f9430f7ae loader: Make AppLoader_NCA rely on directory loading code 8 years ago
Lioncash 2beda7c2b3 kernel/process: Use accessors instead of class members for referencing segment array 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Zach Hilman 0497bb5528 Fix merge conflicts with opus and update docs 8 years ago
Zach Hilman 187d8e215f Use more descriptive error codes and messages 8 years ago
Zach Hilman a9c921a41d Use ErrorEncrypted where applicable and fix no keys crash 8 years ago
Zach Hilman 03149d3e4a Add missing includes and use const where applicable 8 years ago
Zach Hilman 239a3113e4 Make XCI comply to review and style guidelines 8 years ago
Zach Hilman df5b75694f Remove files that are not used 8 years ago
Lioncash 4cf2185e81 deconstructed_rom_directory: Remove unused FindRomFS() function 8 years ago
Lioncash 1d755abce4 core: Make converting constructors explicit where applicable 8 years ago
Lioncash a147fa5825 loader: Remove unnecessary constructor call in IdentifyFile() 8 years ago
Lioncash 184c516182 linker: Remove unused parameter from WriteRelocations() 8 years ago
Lioncash 1b4d0ac20e nro: Replace inclusion with a forward declaration 8 years ago
Lioncash 2b497e5830 nro: Make bracing consistent 8 years ago
Lioncash ac8133b9ee nro: Make constructor explicit 8 years ago
Lioncash 1c16700372 nro: Remove unused forward declaration 8 years ago
Zach Hilman e8f641a52d NRO Assets and NACP file format 8 years ago
Lioncash 398444e676 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 0ba7fe4ab1 file_util: Use a u64 to represent number of entries 8 years ago
Subv 966874e357 Loader: Only print the module names and addresses if they actually exist. 8 years ago
Lioncash 8874d0e657 loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 8 years ago
Lioncash 364b950515 nso: Silence implicit sign conversion warnings 8 years ago
Lioncash a25c5b982a nso: Remove unused function ReadSegment() 8 years ago
Lioncash 50d08beed2 loader: Amend Doxygen comments 8 years ago
Lioncash 9b22f856c2 loader/nso: Check if read succeeded in IdentifyFile() before checking magic value 8 years ago