Improved PPU Interpreter

- Fixed UpdateCR0
- Fixed XER.CA updating
This commit is contained in:
DH 2014-06-08 08:27:57 +03:00
parent 03d2798dba
commit 7bb966ba82
3 changed files with 35 additions and 32 deletions

View file

@ -13,7 +13,7 @@ void GLFragmentDecompilerThread::SetDst(std::string code, bool append_mask)
if(!src0.exec_if_gr || !src0.exec_if_lt || !src0.exec_if_eq)
{
cond = "if(" + GetCond() + ") ";
cond = "if($cond) ";
}
switch(src1.scale)