summaryrefslogtreecommitdiff
path: root/src/core/loader
AgeCommit message (Expand)Author
2017-08-19Added missing parts in libnetwork (#2838)B3n30
2017-08-03loader: Expose program title.bunnei
2017-07-17telemetry: Log performance, configuration, and system data.bunnei
2017-06-02Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Fixed encrypted ROM error messages.TheKoopaKingdom
2017-05-24telemetry: Log a few simple data fields throughout core.bunnei
2017-05-07Remove ability to load symbol mapsYuri Kunde Schlesner
2017-03-08loader/ncch: less verbose log for loading game list. only log program ID when...wwylele
2017-03-08loader: lower file name logging levelwwylele
2017-02-26Doxygen: Amend minor issues (#2593)Mat M
2017-02-13loader: use self NCCH archivewwylele
2017-01-19loader: Add support for 3DSX special relocation types, fixes citra-emu/citra#...Thomas Farr
2017-01-04Fix some warnings (#2399)Jonathan Hao
2016-12-29Merge pull request #2240 from wwylele/auto-regionbunnei
2016-12-21loader: Remove duplicate docstrings.bunnei
2016-12-15loader: Implement ReadProgramIdMerryMage
2016-12-07Config: auto-select region and languagewwylele
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