Improved OpenGL renderer & RAW SPU

- Improved Fragment Shader Decompiler.
- Fixed NV308A_COLOR cmd.
- Fixed break points for RAW SPU Thread.
- Added cellMsgDialogOpen2 to cellSysutil module.
This commit is contained in:
DH 2013-11-26 06:34:19 +02:00
parent dae31c44e0
commit 9ce30fdd74
15 changed files with 154 additions and 121 deletions

View file

@ -314,7 +314,7 @@ void CPUThread::Task()
for(uint i=0; i<bp.GetCount(); ++i)
{
if(bp[i] == m_offset + PC)
if(bp[i] == PC)
{
Emu.Pause();
break;