| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | loader: Expose program title. | 2017-08-03 | 3 | -12/+31 | ||
| | | | ||||||
| * | | loader: Various improvements for NSO/NRO loaders. | 2017-10-09 | 5 | -52/+34 | ||
| | | | ||||||
| * | | loader: Add support for NRO, as well as various fixes and shared linker. | 2017-10-05 | 8 | -146/+430 | ||
| | | | ||||||
| * | | nso: Fixes to support homebrew NSOs without a MOD header. | 2017-10-03 | 2 | -17/+23 | ||
| | | | ||||||
| * | | nso: Refactor and allocate .bss section. | 2017-09-30 | 5 | -119/+144 | ||
| | | | ||||||
| * | | loader: Add support for loading an NSO. | 2017-09-30 | 4 | -0/+340 | ||
| | | | ||||||
| * | | elf: Check if machine is ARM. | 2017-09-30 | 1 | -2/+9 | ||
| |/ | ||||||
| * | telemetry: Log performance, configuration, and system data. | 2017-07-17 | 1 | -2/+4 | ||
| | | ||||||
| * | Addressed Bunnei's review comments, and made some other tweaks: | 2017-06-02 | 2 | -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 ↵ | 2017-06-02 | 2 | -4/+2 | ||
| | | | | | dialogs. | |||||
| * | Made some changes from review comments: | 2017-06-02 | 3 | -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. | 2017-06-02 | 3 | -9/+19 | ||
| | | ||||||
| * | telemetry: Log a few simple data fields throughout core. | 2017-05-24 | 1 | -0/+3 | ||
| | | ||||||
| * | Remove ability to load symbol maps | 2017-05-07 | 1 | -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 ↵ | 2017-03-08 | 1 | -3/+6 | ||
| | | | | | when booting | |||||
| * | loader: lower file name logging level | 2017-03-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Doxygen: Amend minor issues (#2593) | 2017-02-26 | 1 | -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 archive | 2017-02-13 | 2 | -6/+6 | ||
| | | ||||||
| * | loader: Add support for 3DSX special relocation types, fixes ↵ | 2017-01-19 | 1 | -9/+25 | ||
| | | | | | | | citra-emu/citra#2449 As per devkitPro/3dstools@47bea18 | |||||
| * | Fix some warnings (#2399) | 2017-01-04 | 2 | -2/+2 | ||
| | | ||||||
| * | Merge pull request #2240 from wwylele/auto-region | 2016-12-29 | 2 | -0/+25 | ||
| |\ | | | | | Config: auto-select region and language | |||||
| | * | Config: auto-select region and language | 2016-12-07 | 2 | -0/+25 | ||
| | | | ||||||
| * | | loader: Remove duplicate docstrings. | 2016-12-21 | 3 | -56/+0 | ||
| | | | ||||||
| * | | loader: Implement ReadProgramId | 2016-12-15 | 3 | -0/+28 | ||
| |/ | ||||||
| * | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | 2016-11-27 | 3 | -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. | 2016-11-19 | 3 | -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 typos | 2016-10-20 | 2 | -2/+2 | ||
| | | ||||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 4 | -4/+4 | ||
| | | ||||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 10 | -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-format | 2016-09-18 | 4 | -10/+5 | ||
| | | ||||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 9 | -208/+249 | ||
| | | ||||||
| * | Loader: Split SMDH into its own header and import helpers from QGameList | 2016-05-21 | 3 | -47/+136 | ||
| | | | | | Also rewrite Qt wrappers to use those. | |||||
| * | CitraQt: Simplify the game list loader code | 2016-05-21 | 2 | -14/+12 | ||
| | | ||||||
| * | Loader: Add a GetFileType method to get the type of a loaded file | 2016-05-21 | 4 | -0/+30 | ||
| | | ||||||
| * | Loader, Frontends: Refactor loader creation and game loading | 2016-05-21 | 4 | -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_cpu | 2016-05-08 | 1 | -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). | 2016-05-07 | 1 | -0/+3 | ||
| | | | | | | | | | We do not currently implement any cores other than the AppCore (Core 0). | |||||
| * | | fixup simple type conversions where possible | 2016-05-07 | 1 | -3/+3 | ||
| | | | ||||||
| * | | fix:return proper error | 2016-05-06 | 1 | -2/+3 | ||
| | | | ||||||
| * | | add icon & title to game list | 2016-05-04 | 6 | -23/+149 | ||
| | | | ||||||
| * | | ncch: Use correct format specifier (for long long uint) | 2016-04-23 | 1 | -1/+1 | ||
| |/ | ||||||
| * | core: Clean out some unnecessary header includes | 2016-04-16 | 1 | -5/+1 | ||
| | | ||||||
| * | ncch:only decompress .code section | 2016-04-14 | 1 | -2/+2 | ||
| | | ||||||
| * | Merge pull request #1643 from MerryMage/make_unique | 2016-04-05 | 2 | -4/+2 | ||
| |\ | | | | | Common: Remove Common::make_unique, use std::make_unique | |||||
| | * | Common: Remove Common::make_unique, use std::make_unique | 2016-04-05 | 2 | -4/+2 | ||
| | | | ||||||
| * | | loader: Make MakeMagic constexpr | 2016-03-21 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Merge pull request #1344 from LittleWhite-tb/error-output | 2016-03-08 | 1 | -3/+3 | ||
| |\ | | | | | Output errors in GUI | |||||
| | * | Improve error report from Init() functions | 2016-03-08 | 1 | -1/+0 | ||
| | | | | | | | | | Add error popup when citra initialization failed | |||||
| | * | Display errors in GUI when loading ROM failed | 2016-03-03 | 1 | -2/+3 | ||
| | | | ||||||
| * | | Loader/NCCH: Log the program ID during loading | 2016-03-04 | 1 | -1/+2 | ||
| |/ | | | | | This is useful for all sorts of things, but mainly to identify save folders more easily. | |||||