Merge pull request from Prof9/master

Fix Action Replay DS code type 0x0E
This commit is contained in:
zeromus 2019-04-24 14:19:57 -04:00 committed by GitHub
commit 851274b3e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions
desmume/src

View File

@ -193,6 +193,14 @@ void CHEATS::ARparser(CHEATS_LIST& list)
}
if(type == 0xD0 || type == 0xD1 || type == 0xD2) {}
else if(type == 0xC5) {}
else if(type == 0x0E)
{
if (statusSkip) {
CHEATLOG(" (skip multiple lines!)\n");
i += (lo + 7) / 8;
continue;
}
}
else
{
if(statusSkip) {