aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/core.cpp
Commit message (Expand)AuthorAge
* Core: Refactor core to use only one function for execution.Gravatar bunnei2014-08-30
* GSP: Implements preliminary command synchronization via GPU interrupts.Gravatar bunnei2014-08-05
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\
| * HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
| * Core: Cleaned up SingleStep(), updated default LCD refresh to assume each ins...Gravatar bunnei2014-06-13
| * Core: Changed HW update/thread reschedule to occur more frequently (assume ea...Gravatar bunnei2014-06-13
| * hle: added a hokey way to force a thread reschedule during CPU single step mo...Gravatar bunnei2014-06-05
| * core: changed time delay before kernel reschedule to "approximate" a screen r...Gravatar bunnei2014-05-29
|/
* core: added Kernel::Reschedule() call to check for thread changes, shortened ...Gravatar bunnei2014-05-22
* updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
* cleaned up some logging messagesGravatar bunnei2014-04-10
* added initial modules for setting up SysCall HLEGravatar bunnei2014-04-10
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08