mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Improved PPU Interpreter
- Fixed UpdateCR0 - Fixed XER.CA updating
This commit is contained in:
parent
03d2798dba
commit
7bb966ba82
3 changed files with 35 additions and 32 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue