310 Commits (4a662b79ed55ff56c3f07f9c2162fa12fbe65c24)

Author SHA1 Message Date
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 7 years ago
Zach Hilman da921ac3f3 loader: Add more descriptive errors 7 years ago
Zach Hilman 55190386b4 loader: Remove unused IdentifyFile overload 7 years ago
Zach Hilman 9aa2bfc60c loader: Fix scope error in DeconstructedRomDirectory 7 years ago
Zach Hilman d53b3a13b3 loader: Add icon and title support to XCI 7 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 7 years ago
Lioncash 73f162a5b0 kernel/process: Use accessors instead of class members for referencing segment array 7 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
Lioncash 3bc310cb92 nso: Silence implicit sign conversion warnings 8 years ago
Lioncash d0dd836d53 nso: Remove unused function ReadSegment() 8 years ago
Lioncash ebefc0f080 loader: Amend Doxygen comments 8 years ago
Lioncash 71dc75b71e loader/nso: Check if read succeeded in IdentifyFile() before checking magic value 8 years ago
Lioncash d0f53d27e0 loader/nro: Resolve sign mismatch warnings 8 years ago
Lioncash b20bac710d loader/nso: Remove unnecessary vector resizes 8 years ago
Lioncash 0a48b45954 loader/nso: Resolve sign mismatch warnings 8 years ago
Zach Hilman 82150bd5c1 Virtual Filesystem 2: Electric Boogaloo (#676) 8 years ago
Zach Hilman 753d85fb0c General Filesystem and Save Data Fixes (#670) 8 years ago
Hedges d8d8be6ac0 More improvements to GDBStub (#653) 8 years ago
bunnei 0c22a8d514 Revert "Virtual Filesystem (#597)" 8 years ago
Zach Hilman 12e9522b32 Virtual Filesystem (#597) 8 years ago
James Rowe d74d2a77cb Update clang format 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Zach Hilman a47f36da7b Add support for decrypted NCA files (#567) 8 years ago