Fixed typo in F4 Cheat Type code (#3300)

Typo in my code, this fix will make it work properly on multiple find & replaces.
This commit is contained in:
PugsyMAME 2024-09-22 12:05:44 +01:00 committed by GitHub
parent 3dca598063
commit 88bc3a2278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@ void CheatCode::Apply() const
DoMemoryWrite<u8>(address + 14, r15);
if (r16 != wildcard)
DoMemoryWrite<u8>(address + 15, r16);
address = address + 15;
address = address + 16;
}
}
index += 5;