summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2016-11-27Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-11-19Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv
2016-10-20Fix typosRicardo de Almeida Gonzaga
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-21Loader: Split SMDH into its own header and import helpers from QGameListEmmanuel Gil Peyrot
2016-05-21CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot
2016-05-21Loader: Add a GetFileType method to get the type of a loaded fileEmmanuel Gil Peyrot
2016-05-21Loader, Frontends: Refactor loader creation and game loadingEmmanuel Gil Peyrot
2016-05-08Merge pull request #1766 from Subv/log_cpubunnei
2016-05-07fixup simple type conversions where possibleAlexander Laties
2016-05-07Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Subv
2016-05-06fix:return proper errorwwylele
2016-05-04add icon & title to game listwwylele
2016-04-23ncch: Use correct format specifier (for long long uint)Sam Spilsbury
2016-04-16core: Clean out some unnecessary header includesLioncash
2016-04-14ncch:only decompress .code sectionwwylele
2016-04-05Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-21loader: Make MakeMagic constexprLioncash
2016-03-08Merge pull request #1344 from LittleWhite-tb/error-outputbunnei
2016-03-08Improve error report from Init() functionsLittleWhite
2016-03-04Loader/NCCH: Log the program ID during loadingYuri Kunde Schlesner
2016-03-03Display errors in GUI when loading ROM failedLittleWhite
2016-01-25elf: Don't cast away constLioncash
2015-10-20Merge pull request #1199 from Gareth422/encryption-checkbunnei
2015-10-10Loader: Change NCCH header types to be explicitly little-endianGareth Poole
2015-10-10Loader: Implement encryption checkGareth Poole
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
2015-09-30Expose loader helper functions for identifying files.archshift
2015-09-21Implement 3dsx RomFSCruel
2015-09-10General: Fix up doxygen commentsLioncash
2015-08-15Properly indicate that CIA support is not implemented yetBenjamin Barenblat
2015-08-15Give CIA file type a nameBenjamin Barenblat
2015-07-25loader: Remove unnecessary else usagesLioncash
2015-07-19Core : Change variable typezawata
2015-07-13Loader: Fix variable type and remove unused variableYuri Kunde Schlesner
2015-07-13Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner
2015-07-13FS: Stream RomFS from file instead of loading all of it to memorycondut
2015-07-11Core: Properly configure address space when loading a binaryYuri Kunde Schlesner
2015-07-11Loader: Clean up 3dsx loader a bit, fixing a potential buffer overrunYuri Kunde Schlesner
2015-07-11Loader: Make 3dsx loader logs a bit less confusingYuri Kunde Schlesner
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-07-08Loader: Remove log line causing warningaroulin
2015-06-28CitraQt: Cleanup includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot