mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ bool CheckCondition(u8 _Condition)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x2: // G - GREATER
|
case 0x2: // G - GREATER
|
||||||
if (! isSign() || !isZero())
|
if (! isSign() && !isZero())
|
||||||
taken = true;
|
taken = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue