summaryrefslogtreecommitdiff
path: root/src/core/core.h
AgeCommit message (Expand)Author
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-02-26Core: Re-write frame limiterYuri Kunde Schlesner
2017-02-26Core: Make PerfStats internally lockedYuri Kunde Schlesner
2017-02-26Add performance statistics to status barYuri Kunde Schlesner
2017-01-30core: inline CPU, 132 warnings fixed on GCCKloen
2016-12-22ThreadContext: Move from "core" to "arm_interface".bunnei
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-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-03-08Improve error report from Init() functionsLittleWhite
2015-12-29core: Use unique_ptr for holding the interpreter instancesLioncash
2015-11-29Core/ARM11: Correct the size of the VFP register array in the ThreadContext s...Subv
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
2015-01-31arm: Clean up ARMul_StateLioncash
2015-01-31arm: Adios armemuLioncash
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2015-01-02Core: Change default CPU to dyncom.bunnei
2014-12-20License changepurpasmart96
2014-11-11Core: Changed RunLoop iterations to 1000 (slightly better performance).bunnei
2014-10-27Use configuration files to enable or disable the new dyncom interpreter.archshift
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common a...bunnei
2014-08-30Core: Refactor core to use only one function for execution.bunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei