| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-24 | telemetry: Log a few simple data fields throughout core. | bunnei | |
| 2017-05-07 | Remove ability to load symbol maps | Yuri Kunde Schlesner | |
| This was now mostly unused except by thread creation, which used a symbol of the entrypoint, if available, to name the thread. | |||
| 2017-03-08 | loader/ncch: less verbose log for loading game list. only log program ID ↵ | wwylele | |
| when booting | |||
| 2017-03-08 | loader: lower file name logging level | wwylele | |
| 2017-02-26 | Doxygen: Amend minor issues (#2593) | Mat M | |
| 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. | |||
| 2017-02-13 | loader: use self NCCH archive | wwylele | |
| 2017-01-19 | loader: Add support for 3DSX special relocation types, fixes ↵ | Thomas Farr | |
| citra-emu/citra#2449 As per devkitPro/3dstools@47bea18 | |||
| 2017-01-04 | Fix some warnings (#2399) | Jonathan Hao | |
| 2016-12-29 | Merge pull request #2240 from wwylele/auto-region | bunnei | |
| Config: auto-select region and language | |||
| 2016-12-21 | loader: Remove duplicate docstrings. | bunnei | |
| 2016-12-15 | loader: Implement ReadProgramId | MerryMage | |
| 2016-12-07 | Config: auto-select region and language | wwylele | |
| 2016-11-27 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
| 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | |||
| 2016-11-19 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
| 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | |||
| 2016-10-20 | Fix typos | Ricardo de Almeida Gonzaga | |
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-05-21 | Loader: Split SMDH into its own header and import helpers from QGameList | Emmanuel Gil Peyrot | |
| Also rewrite Qt wrappers to use those. | |||
| 2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | |
| 2016-05-21 | Loader: Add a GetFileType method to get the type of a loaded file | Emmanuel Gil Peyrot | |
| 2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | |
| This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing. | |||
| 2016-05-08 | Merge pull request #1766 from Subv/log_cpu | bunnei | |
| Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1) | |||
| 2016-05-07 | fixup simple type conversions where possible | Alexander Laties | |
| 2016-05-07 | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). | Subv | |
| We do not currently implement any cores other than the AppCore (Core 0). | |||
| 2016-05-06 | fix:return proper error | wwylele | |
| 2016-05-04 | add icon & title to game list | wwylele | |
| 2016-04-23 | ncch: Use correct format specifier (for long long uint) | Sam Spilsbury | |
| 2016-04-16 | core: Clean out some unnecessary header includes | Lioncash | |
| 2016-04-14 | ncch:only decompress .code section | wwylele | |
| 2016-04-05 | Merge pull request #1643 from MerryMage/make_unique | Mathew Maidment | |
| Common: Remove Common::make_unique, use std::make_unique | |||
| 2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | |
| 2016-03-21 | loader: Make MakeMagic constexpr | Lioncash | |
| 2016-03-08 | Merge pull request #1344 from LittleWhite-tb/error-output | bunnei | |
| Output errors in GUI | |||
| 2016-03-08 | Improve error report from Init() functions | LittleWhite | |
| Add error popup when citra initialization failed | |||
| 2016-03-04 | Loader/NCCH: Log the program ID during loading | Yuri Kunde Schlesner | |
| This is useful for all sorts of things, but mainly to identify save folders more easily. | |||
| 2016-03-03 | Display errors in GUI when loading ROM failed | LittleWhite | |
| 2016-01-25 | elf: Don't cast away const | Lioncash | |
| 2015-10-20 | Merge pull request #1199 from Gareth422/encryption-check | bunnei | |
| Loader: Implement NCCH encryption check | |||
| 2015-10-10 | Loader: Change NCCH header types to be explicitly little-endian | Gareth Poole | |
| 2015-10-10 | Loader: Implement encryption check | Gareth Poole | |
| 2015-10-09 | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls. | Emmanuel Gil Peyrot | |
| The LOG_* function itself already appends one. | |||
| 2015-10-01 | Merge pull request #1095 from archshift/game-list | bunnei | |
| Initial implementation of a game list | |||
| 2015-09-30 | Expose loader helper functions for identifying files. | archshift | |
| 2015-09-21 | Implement 3dsx RomFS | Cruel | |
| 2015-09-10 | General: Fix up doxygen comments | Lioncash | |
| 2015-08-15 | Properly indicate that CIA support is not implemented yet | Benjamin Barenblat | |
| Make `Loader::LoadFile` return an `ErrorNotImplemented` if you call it on a CIA file. | |||
| 2015-08-15 | Give CIA file type a name | Benjamin Barenblat | |
| Make `GetFileTypeString` return ‘CIA’ for CIA (CTR Importable Archive) files. | |||
| 2015-07-25 | loader: Remove unnecessary else usages | Lioncash | |
