Lil fix for Gecko code endifs. ((CT7 CST1) error messages)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5950 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a3e3155678
commit
04da34ceb7
|
@ -907,7 +907,8 @@ bool EndCodes()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// too many endifs
|
// too many endifs
|
||||||
return false;
|
// no it's not, i gotta fix my code execution on/off stuff
|
||||||
|
code_execution_counter = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool is_else = !!(code.address & 0x00100000);
|
const bool is_else = !!(code.address & 0x00100000);
|
||||||
|
|
Loading…
Reference in New Issue