summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n30
2018-01-04unicorn: Use for arm interface on Windows.bunnei
2018-01-02arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei
2017-10-23logging: Rename category "Core_ARM11" to "Core_ARM".bunnei
2017-10-09Merge remote-tracking branch 'upstream/master' into nxbunnei
2017-09-26Loaders: Don't automatically set the current process every time we load an ap...Subv
2017-09-10Kernel/Memory: Give each Process its own page table.Subv
2017-08-19Added missing parts in libnetwork (#2838)B3n30
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-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-05-24core: Keep track of telemetry for the current emulation session.bunnei
2017-05-09Kernel: Map special regions according to ExHeaderYuri Kunde Schlesner
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-02-11core: Free AppLoader on shutdown to release file (#2558)Yuri Kunde Schlesner
2016-12-24Core: reset cpu_core in Shutdown to make IsPoweredOn work properlywwylele
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei
2016-12-21Address clang-format issues.bunnei
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-12-21core: Consolidate core and system state, remove system module & cleanups.bunnei
2016-12-15gdbstub: Remove global variable from public interfaceLioncash
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-09-15core: Add configuration option for CPU JIT.bunnei
2016-05-05Merge pull request #1762 from bunnei/globalbunnei
2016-05-05HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-21hle: Get rid of global access to g_rescheduleLioncash
2016-03-08Improve error report from Init() functionsLittleWhite
2015-12-29core: Use unique_ptr for holding the interpreter instancesLioncash
2015-10-04Implement gdbstubpolaris-
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-11Thread: Remove the idle threadYuri Kunde Schlesner
2015-05-10Core/Memory: Give every emulated thread it's own TLS area.Subv
2015-05-09Memory: Re-organize and rename memory area address constantsYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-06core: Migrate 3DS-specific CP15 register setting into InitLioncash
2015-02-12dyncom: Switch the app and system cores into the correct mode at initializationLioncash
2015-01-31arm: Adios armemuLioncash
2015-01-09Thread: Reduce use of Handles and move some funcs to inside the class.Yuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-08Core: Fixed a crash and removed some unused variables.Subv
2015-01-07Threads: Use a dummy idle thread when no other are ready.Subv
2015-01-02Core: Change default CPU to dyncom.bunnei