mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-06 03:25:36 +00:00
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:
parent
3dca598063
commit
88bc3a2278
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user