summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2018-08-24file_sys/crypto: Fix missing/unnecessary includesZach Hilman
2018-08-23file_sys: Cut down on includes and copiesZach Hilman
2018-08-23loader: Add new NAX-specific errors and messagesZach Hilman
2018-08-23nax: Add AppLoader_NAX and update loader to support itZach Hilman
2018-08-23xci: Fix error masking issueZach Hilman
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-16Merge pull request #1075 from lioncash/includebunnei
2018-08-15Merge pull request #1005 from DarkLordZach/registered-fmtbunnei
2018-08-15loader: Make ResultStatus directly compatible with fmtLioncash
2018-08-15loader/nca: Remove unnecessary includes and member variablesLioncash
2018-08-15loader/xci: Remove unnecessary includes and member variablesLioncash
2018-08-14loader: Remove address mapping remnants from citraLioncash
2018-08-12made ResultStatus a u16David Marcec
2018-08-12Fixed invalid cast in loaderDavid Marcec
2018-08-11loader: Recognize filename '00' as NCAZach Hilman
2018-08-09loader: Add more descriptive errorsZach Hilman
2018-08-08loader: Remove unused IdentifyFile overloadZach Hilman
2018-08-08Merge pull request #850 from DarkLordZach/icon-metabunnei
2018-08-07loader: Fix scope error in DeconstructedRomDirectoryZach Hilman
2018-08-06loader: Add icon and title support to XCIZach Hilman
2018-08-06Use const where applicableZach Hilman
2018-08-06Avoid parsing RomFS to directory in NCAZach Hilman
2018-08-05loader: Make AppLoader_NCA rely on directory loading codeZach Hilman
2018-08-04Merge pull request #849 from DarkLordZach/xcibunnei
2018-08-03kernel/process: Use accessors instead of class members for referencing segmen...Lioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-08-01Fix merge conflicts with opus and update docsZach Hilman
2018-08-01Use more descriptive error codes and messagesZach Hilman
2018-08-01Use ErrorEncrypted where applicable and fix no keys crashZach Hilman
2018-08-01Add missing includes and use const where applicableZach Hilman
2018-08-01Make XCI comply to review and style guidelinesZach Hilman
2018-08-01Remove files that are not usedZach Hilman
2018-07-24deconstructed_rom_directory: Remove unused FindRomFS() functionLioncash
2018-07-23core: Make converting constructors explicit where applicableLioncash
2018-07-23Merge pull request #784 from lioncash/loaderbunnei
2018-07-23Merge pull request #783 from lioncash/linkerbunnei
2018-07-23loader: Remove unnecessary constructor call in IdentifyFile()Lioncash
2018-07-23linker: Remove unused parameter from WriteRelocations()Lioncash
2018-07-23nro: Replace inclusion with a forward declarationLioncash
2018-07-23nro: Make bracing consistentLioncash
2018-07-23nro: Make constructor explicitLioncash
2018-07-23nro: Remove unused forward declarationLioncash
2018-07-23NRO Assets and NACP file formatZach Hilman
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-20Merge pull request #752 from Subv/vfs_loadbunnei
2018-07-20Loader: Only print the module names and addresses if they actually exist.Subv
2018-07-20Merge pull request #737 from lioncash/movebunnei
2018-07-20loader/{nca, nro}: std::move VirtualFile in the constructors where applicableLioncash
2018-07-19nso: Silence implicit sign conversion warningsLioncash