387 Commits (ab2ebb773e60fb2f6ea23a5580e98fe5fd078892)

Author SHA1 Message Date
Zach Hilman 44448809d5 main: Only show DRD deprecation warning once 7 years ago
Zach Hilman 887ffb2512 nsp: Comply with style and performance guidelines 7 years ago
Zach Hilman 6d8efb4e2e loader: Add AppLoader for NSP files 7 years ago
Zach Hilman 57769f8d0d card_image: Parse XCI secure partition with NSP 7 years ago
Zach Hilman d4794948f2 drd: Load title ID from program metadata 7 years ago
Zach Hilman 1572b45583 loader: Add NSP file type and NSP-specific errors 7 years ago
Lioncash df444a4a8e vfs_real: Forward declare IOFile 7 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
Zach Hilman 89422004c3 file_sys/crypto: Fix missing/unnecessary includes 7 years ago
Zach Hilman d867928e90 file_sys: Cut down on includes and copies 7 years ago
Zach Hilman 50704abef4 loader: Add new NAX-specific errors and messages 7 years ago
Zach Hilman 8302ba7711 nax: Add AppLoader_NAX and update loader to support it 7 years ago
Zach Hilman 1c1491a1cf xci: Fix error masking issue 7 years ago
Lioncash 1d77a31e1d service/filesystem: Use forward declarations where applicable 7 years ago
Lioncash aaed702790 loader: Make ResultStatus directly compatible with fmt 7 years ago
Lioncash 4b18920435 loader/nca: Remove unnecessary includes and member variables 7 years ago
Lioncash f5b5d53cde loader/xci: Remove unnecessary includes and member variables 7 years ago
Lioncash ea9c1deb5e loader: Remove address mapping remnants from citra 7 years ago
David Marcec bba02ec641 made ResultStatus a u16 7 years ago
David Marcec c08adc0db0 Fixed invalid cast in loader 7 years ago
Zach Hilman 5810088549 loader: Recognize filename '00' as NCA 8 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 8 years ago
Zach Hilman 55190386b4 loader: Remove unused IdentifyFile overload 8 years ago
Zach Hilman 9aa2bfc60c loader: Fix scope error in DeconstructedRomDirectory 8 years ago
Zach Hilman d53b3a13b3 loader: Add icon and title support to XCI 8 years ago
Zach Hilman 469f7cefe4 Use const where applicable 8 years ago
Zach Hilman f89988272e Avoid parsing RomFS to directory in NCA 8 years ago
Zach Hilman 8d948e4f17 loader: Make AppLoader_NCA rely on directory loading code 8 years ago
Lioncash 73f162a5b0 kernel/process: Use accessors instead of class members for referencing segment array 8 years ago
Lioncash 38c2af9330 kernel: Move object class to its own source files 8 years ago
Zach Hilman 9a3f7d702f Fix merge conflicts with opus and update docs 8 years ago
Zach Hilman 9b710a5901 Use more descriptive error codes and messages 8 years ago
Zach Hilman f93e75f496 Use ErrorEncrypted where applicable and fix no keys crash 8 years ago
Zach Hilman 568ce6304c Add missing includes and use const where applicable 8 years ago
Zach Hilman 272ca87298 Make XCI comply to review and style guidelines 8 years ago
Zach Hilman b10c0d291f Remove files that are not used 8 years ago
Lioncash 8dd50ecfb6 deconstructed_rom_directory: Remove unused FindRomFS() function 8 years ago
Lioncash 88f34a5b96 core: Make converting constructors explicit where applicable 8 years ago
Lioncash 204ed73e8c loader: Remove unnecessary constructor call in IdentifyFile() 8 years ago
Lioncash d5a96f2c94 linker: Remove unused parameter from WriteRelocations() 8 years ago
Lioncash 3a72ee5fec nro: Replace inclusion with a forward declaration 8 years ago
Lioncash a2c69eb949 nro: Make bracing consistent 8 years ago
Lioncash 6fd1615b93 nro: Make constructor explicit 8 years ago
Lioncash df82410454 nro: Remove unused forward declaration 8 years ago
Zach Hilman ac0c52dd5f NRO Assets and NACP file format 8 years ago
Lioncash 861405d6c0 file_util, vfs: Use std::string_view where applicable 8 years ago
Lioncash 574be087d4 file_util: Use a u64 to represent number of entries 8 years ago
Subv c1cc141fb0 Loader: Only print the module names and addresses if they actually exist. 8 years ago
Lioncash c9b1340d3d loader/{nca, nro}: std::move VirtualFile in the constructors where applicable 8 years ago