mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
fixed copy paste error:)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3547 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
159feed662
commit
a398096584
@ -120,7 +120,7 @@ bool CheckCondition(u8 _Condition)
|
||||
break;
|
||||
|
||||
case 0x2: // G - GREATER
|
||||
if (! isSign() || !isZero())
|
||||
if (! isSign() && !isZero())
|
||||
taken = true;
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user