summaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Expand)Author
2014-12-20License changepurpasmart96
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-11-18Add static to some variablesLioncash
2014-10-27Use configuration files to enable or disable the new dyncom interpreter.archshift
2014-09-08core: Prune redundant includesarchshift
2014-08-30Core: Refactor core to use only one function for execution.bunnei
2014-08-05GSP: Implements preliminary command synchronization via GPU interrupts.bunnei
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-13Core: Cleaned up SingleStep(), updated default LCD refresh to assume each ins...bunnei
2014-06-13Core: Changed HW update/thread reschedule to occur more frequently (assume ea...bunnei
2014-06-05hle: added a hokey way to force a thread reschedule during CPU single step mo...bunnei
2014-05-29core: changed time delay before kernel reschedule to "approximate" a screen r...bunnei
2014-05-22core: added Kernel::Reschedule() call to check for thread changes, shortened ...bunnei
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-04-10cleaned up some logging messagesbunnei
2014-04-10added initial modules for setting up SysCall HLEbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei