summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/CommandProcessor.cpp
AgeCommit message (Expand)Author
2010-01-16Fixed a stupid error left by me.ayuanx
2010-01-14This could alleviate the suffering of dual core synchronization a bit.ayuanx
2010-01-13This should settle the FIFO BP critical games like Metroid Prime 2ayuanx
2010-01-13Fixes Issue 1997ayuanx
2010-01-08Compilation fix for r4795ayuanx
2010-01-081. Expanded Framelimit range from 20 to 120 in case someone wants to run a li...ayuanx
2010-01-071. This should fix Issue 1625 (Bizarre Auto Frame Limit)ayuanx
2010-01-03Fixed Issue 1921ayuanx
2010-01-021. Fixed the freeze issue in "Super Mario Galaxy" and other games, which was ...ayuanx
2009-12-31Sorry, this is the working fix for r4759ayuanx
2009-12-31Fixed Issue 1711 (a bug that prevents some games from booting)ayuanx
2009-12-30Fixed mem leak caused by not releasing pad & wiimote plugin when shutdownayuanx
2009-12-17Disabled thread synchronization check so the speed should be back, and theore...ayuanx
2009-12-16Since we have been employing the FIFO BP hack for so long time, at least let'...ayuanx
2009-12-14Does anyone know any game that requires the "Clear FIFO BP on Rising Edge"?ayuanx
2009-11-12The WGP does not loop if the write pointer is set beyond the end of the fifo....donkopunchstania
2009-10-23small code cleanup: rename "dual core" stuff to CPUThread, bOnThread, etc.Shawn Hoffman
2009-10-10Moving pixel engine and command processor from core to video common. This wil...donkopunchstania