index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
VideoCommon
/
Src
/
CommandProcessor.cpp
Age
Commit message (
Expand
)
Author
2010-01-16
Fixed a stupid error left by me.
ayuanx
2010-01-14
This could alleviate the suffering of dual core synchronization a bit.
ayuanx
2010-01-13
This should settle the FIFO BP critical games like Metroid Prime 2
ayuanx
2010-01-13
Fixes Issue 1997
ayuanx
2010-01-08
Compilation fix for r4795
ayuanx
2010-01-08
1. Expanded Framelimit range from 20 to 120 in case someone wants to run a li...
ayuanx
2010-01-07
1. This should fix Issue 1625 (Bizarre Auto Frame Limit)
ayuanx
2010-01-03
Fixed Issue 1921
ayuanx
2010-01-02
1. Fixed the freeze issue in "Super Mario Galaxy" and other games, which was ...
ayuanx
2009-12-31
Sorry, this is the working fix for r4759
ayuanx
2009-12-31
Fixed Issue 1711 (a bug that prevents some games from booting)
ayuanx
2009-12-30
Fixed mem leak caused by not releasing pad & wiimote plugin when shutdown
ayuanx
2009-12-17
Disabled thread synchronization check so the speed should be back, and theore...
ayuanx
2009-12-16
Since we have been employing the FIFO BP hack for so long time, at least let'...
ayuanx
2009-12-14
Does anyone know any game that requires the "Clear FIFO BP on Rising Edge"?
ayuanx
2009-11-12
The WGP does not loop if the write pointer is set beyond the end of the fifo....
donkopunchstania
2009-10-23
small code cleanup: rename "dual core" stuff to CPUThread, bOnThread, etc.
Shawn Hoffman
2009-10-10
Moving pixel engine and command processor from core to video common. This wil...
donkopunchstania