aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.cpp
AgeCommit message (Collapse)Author
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
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 ↵bunnei
instruction is ~3 cycles
2014-06-13Core: Changed HW update/thread reschedule to occur more frequently (assume ↵bunnei
each instruction is ~3 cycles)
2014-06-05hle: added a hokey way to force a thread reschedule during CPU single step ↵bunnei
mode (as used by the debugger)
2014-05-29core: changed time delay before kernel reschedule to "approximate" a screen ↵bunnei
refresh
2014-05-22core: added Kernel::Reschedule() call to check for thread changes, shortened ↵bunnei
delay time to 100 instructions
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