summaryrefslogtreecommitdiff
path: root/src/core/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Map special regions according to ExHeaderGravatar Yuri Kunde Schlesner2017-05-091-2/+3
* Core: Make PerfStats internally lockedGravatar Yuri Kunde Schlesner2017-02-261-3/+2
* Add performance statistics to status barGravatar Yuri Kunde Schlesner2017-02-261-0/+9
* core: Free AppLoader on shutdown to release file (#2558)Gravatar Yuri Kunde Schlesner2017-02-111-9/+2
* Core: reset cpu_core in Shutdown to make IsPoweredOn work properlyGravatar wwylele2016-12-241-0/+1
* core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-221-7/+7
* Address clang-format issues.Gravatar bunnei2016-12-211-3/+3
* core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-211-7/+19
* core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-25/+87
* gdbstub: Remove global variable from public interfaceGravatar Lioncash2016-12-151-1/+1
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+1
* Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner2016-09-181-2/+1
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-2/+3
* core: Add configuration option for CPU JIT.Gravatar bunnei2016-09-151-7/+12
* Merge pull request #1762 from bunnei/globalGravatar bunnei2016-05-051-1/+1
|\
| * HLE: Rename RescheduleIsPending to IsReschedulePending.Gravatar bunnei2016-05-051-1/+1
| * hle: Get rid of global access to g_rescheduleGravatar Lioncash2016-03-211-1/+1
* | Common: Remove Common::make_unique, use std::make_uniqueGravatar MerryMage2016-04-051-3/+2
|/
* Improve error report from Init() functionsGravatar LittleWhite2016-03-081-2/+1
* core: Use unique_ptr for holding the interpreter instancesGravatar Lioncash2015-12-291-6/+9
* Implement gdbstubGravatar polaris-2015-10-041-0/+17
* Core: Cleanup core includes.Gravatar Emmanuel Gil Peyrot2015-06-281-3/+0
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+0
* Thread: Remove the idle threadGravatar Yuri Kunde Schlesner2015-05-111-2/+2
* Core/Memory: Give every emulated thread it's own TLS area.Gravatar Subv2015-05-101-4/+0
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-091-1/+1
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-0/+1
* core: Migrate 3DS-specific CP15 register setting into InitGravatar Lioncash2015-04-061-0/+5
* dyncom: Switch the app and system cores into the correct mode at initializationGravatar Lioncash2015-02-121-5/+4
* arm: Adios armemuGravatar Lioncash2015-01-311-12/+2
* Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-091-1/+1
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-091-0/+1
* Core: Fixed a crash and removed some unused variables.Gravatar Subv2015-01-081-6/+0
* Threads: Use a dummy idle thread when no other are ready.Gravatar Subv2015-01-071-1/+12
* Core: Change default CPU to dyncom.Gravatar bunnei2015-01-021-2/+2
* License changeGravatar purpasmart962014-12-201-1/+1
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-2/+2
* Add static to some variablesGravatar Lioncash2014-11-181-7/+7
* Use configuration files to enable or disable the new dyncom interpreter.Gravatar archshift2014-10-271-3/+14
* core: Prune redundant includesGravatar archshift2014-09-081-6/+0
* Core: Refactor core to use only one function for execution.Gravatar bunnei2014-08-301-18/+8
* GSP: Implements preliminary command synchronization via GPU interrupts.Gravatar bunnei2014-08-051-8/+12
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-141-6/+17
|\
| * HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-131-4/+4
| * Core: Cleaned up SingleStep(), updated default LCD refresh to assume each ins...Gravatar bunnei2014-06-131-11/+12
| * Core: Changed HW update/thread reschedule to occur more frequently (assume ea...Gravatar bunnei2014-06-131-2/+2
| * hle: added a hokey way to force a thread reschedule during CPU single step mo...Gravatar bunnei2014-06-051-1/+2
| * core: changed time delay before kernel reschedule to "approximate" a screen r...Gravatar bunnei2014-05-291-3/+12
|/
* core: added Kernel::Reschedule() call to check for thread changes, shortened ...Gravatar bunnei2014-05-221-1/+6