mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 06:32:56 +00:00
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
|
||||
{
|
||||
// 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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user