summaryrefslogtreecommitdiff
path: root/src/core/loader (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * loader: Expose program title.Gravatar bunnei2017-08-033-12/+31
| |
* | loader: Various improvements for NSO/NRO loaders.Gravatar bunnei2017-10-095-52/+34
| |
* | loader: Add support for NRO, as well as various fixes and shared linker.Gravatar bunnei2017-10-058-146/+430
| |
* | nso: Fixes to support homebrew NSOs without a MOD header.Gravatar bunnei2017-10-032-17/+23
| |
* | nso: Refactor and allocate .bss section.Gravatar bunnei2017-09-305-119/+144
| |
* | loader: Add support for loading an NSO.Gravatar bunnei2017-09-304-0/+340
| |
* | elf: Check if machine is ARM.Gravatar bunnei2017-09-301-2/+9
|/
* telemetry: Log performance, configuration, and system data.Gravatar bunnei2017-07-171-2/+4
|
* Addressed Bunnei's review comments, and made some other tweaks:Gravatar TheKoopaKingdom2017-06-022-2/+2
| | | | | - Deleted GetStatus() because it wasn't used anywhere outside of Core::System. - Fixed design flaw where the message bar status could be set despite the game being stopped.
* Created a whitelist of system archives to prevent false positives creating ↵Gravatar TheKoopaKingdom2017-06-022-4/+2
| | | | dialogs.
* Made some changes from review comments:Gravatar TheKoopaKingdom2017-06-023-15/+12
| | | | | | | | - Made LoadKernelSystemMode return a pair consisting of a system mode and a result code (Could use review). - Deleted ErrorOpenGL error code in favor of just having ErrorVideoCore. - Made dialog messages more clear. - Compared archive ID in fs_user.cpp to ArchiveIdCode::NCCH as opposed to hex magic. - Cleaned up some other stuff.
* Fixed encrypted ROM error messages.Gravatar TheKoopaKingdom2017-06-023-9/+19
|
* telemetry: Log a few simple data fields throughout core.Gravatar bunnei2017-05-241-0/+3
|
* Remove ability to load symbol mapsGravatar Yuri Kunde Schlesner2017-05-071-32/+0
| | | | | This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread.
* loader/ncch: less verbose log for loading game list. only log program ID ↵Gravatar wwylele2017-03-081-3/+6
| | | | when booting
* loader: lower file name logging levelGravatar wwylele2017-03-081-1/+1
|
* Doxygen: Amend minor issues (#2593)Gravatar Mat M2017-02-261-1/+1
| | | | | | | | | Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
* loader: use self NCCH archiveGravatar wwylele2017-02-132-6/+6
|
* loader: Add support for 3DSX special relocation types, fixes ↵Gravatar Thomas Farr2017-01-191-9/+25
| | | | | | citra-emu/citra#2449 As per devkitPro/3dstools@47bea18
* Fix some warnings (#2399)Gravatar Jonathan Hao2017-01-042-2/+2
|
* Merge pull request #2240 from wwylele/auto-regionGravatar bunnei2016-12-292-0/+25
|\ | | | | Config: auto-select region and language
| * Config: auto-select region and languageGravatar wwylele2016-12-072-0/+25
| |
* | loader: Remove duplicate docstrings.Gravatar bunnei2016-12-213-56/+0
| |
* | loader: Implement ReadProgramIdGravatar MerryMage2016-12-153-0/+28
|/
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-273-16/+17
| | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849
* Kernel/Loader: Grab the system mode from the NCCH ExHeader.Gravatar Subv2016-11-193-0/+27
| | | | | | | 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849
* Fix typosGravatar Ricardo de Almeida Gonzaga2016-10-202-2/+2
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-214-4/+4
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-2110-21/+4
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-184-10/+5
|
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-189-208/+249
|
* Loader: Split SMDH into its own header and import helpers from QGameListGravatar Emmanuel Gil Peyrot2016-05-213-47/+136
| | | | Also rewrite Qt wrappers to use those.
* CitraQt: Simplify the game list loader codeGravatar Emmanuel Gil Peyrot2016-05-212-14/+12
|
* Loader: Add a GetFileType method to get the type of a loaded fileGravatar Emmanuel Gil Peyrot2016-05-214-0/+30
|
* Loader, Frontends: Refactor loader creation and game loadingGravatar Emmanuel Gil Peyrot2016-05-214-47/+21
| | | | | This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing.
* Merge pull request #1766 from Subv/log_cpuGravatar bunnei2016-05-081-0/+3
|\ | | | | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1)
| * Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).Gravatar Subv2016-05-071-0/+3
| | | | | | | | We do not currently implement any cores other than the AppCore (Core 0).
* | fixup simple type conversions where possibleGravatar Alexander Laties2016-05-071-3/+3
| |
* | fix:return proper errorGravatar wwylele2016-05-061-2/+3
| |
* | add icon & title to game listGravatar wwylele2016-05-046-23/+149
| |
* | ncch: Use correct format specifier (for long long uint)Gravatar Sam Spilsbury2016-04-231-1/+1
|/
* core: Clean out some unnecessary header includesGravatar Lioncash2016-04-161-5/+1
|
* ncch:only decompress .code sectionGravatar wwylele2016-04-141-2/+2
|
* Merge pull request #1643 from MerryMage/make_uniqueGravatar Mathew Maidment2016-04-052-4/+2
|\ | | | | Common: Remove Common::make_unique, use std::make_unique
| * Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-052-4/+2
| |
* | loader: Make MakeMagic constexprGravatar Lioncash2016-03-211-1/+1
|/
* Merge pull request #1344 from LittleWhite-tb/error-outputGravatar bunnei2016-03-081-3/+3
|\ | | | | Output errors in GUI
| * Improve error report from Init() functionsGravatar LittleWhite2016-03-081-1/+0
| | | | | | | | Add error popup when citra initialization failed
| * Display errors in GUI when loading ROM failedGravatar LittleWhite2016-03-031-2/+3
| |
* | Loader/NCCH: Log the program ID during loadingGravatar Yuri Kunde Schlesner2016-03-041-1/+2
|/ | | | | This is useful for all sorts of things, but mainly to identify save folders more easily.