bunnei
|
ec14ffe1cd
|
GSP: Implements preliminary command synchronization via GPU interrupts.
Core: Added a comment to explain the logic for the RunLoop iterations.
|
2014-08-05 23:57:53 -04:00 |
|
bunnei
|
004df76795
|
Merge branch 'threading' of https://github.com/bunnei/citra
Conflicts:
src/core/hle/function_wrappers.h
src/core/hle/service/gsp.cpp
|
2014-06-14 12:13:16 -04:00 |
|
bunnei
|
c95972275e
|
HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)
|
2014-06-13 09:51:13 -04:00 |
|
bunnei
|
0deeda54ee
|
Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cycles
|
2014-06-13 09:51:09 -04:00 |
|
bunnei
|
3449aaa350
|
Core: Changed HW update/thread reschedule to occur more frequently (assume each instruction is ~3 cycles)
|
2014-06-13 09:51:09 -04:00 |
|
bunnei
|
174cc9a0ed
|
hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)
|
2014-06-05 00:26:48 -04:00 |
|
bunnei
|
9839f3b6cd
|
core: changed time delay before kernel reschedule to "approximate" a screen refresh
|
2014-05-29 20:30:17 -04:00 |
|
bunnei
|
51f636b3d4
|
core: added Kernel::Reschedule() call to check for thread changes, shortened delay time to 100 instructions
|
2014-05-22 22:54:07 -04:00 |
|
bunnei
|
265c770a9d
|
updated how we call ARM core to make things much faster
|
2014-05-17 11:59:18 -04:00 |
|
bunnei
|
5d95bb9843
|
cleaned up some logging messages
|
2014-04-10 22:45:40 -04:00 |
|
bunnei
|
f68de21ad1
|
added initial modules for setting up SysCall HLE
|
2014-04-10 19:58:28 -04:00 |
|
bunnei
|
de0a034a84
|
fixed project includes to use new directory structure
|
2014-04-08 20:15:08 -04:00 |
|
bunnei
|
63e46abdb8
|
got rid of 'src' folders in each sub-project
|
2014-04-08 19:25:03 -04:00 |
|