RtlUpdateSnesPatchForBugfix() had a bug

Also removed dup patch
This commit is contained in:
Snesrev
2023-03-11 14:15:54 +01:00
parent 80f565ec89
commit ff343e46c0
2 changed files with 3 additions and 5 deletions

View File

@@ -245,6 +245,8 @@ void StateRecorder_Load(StateRecorder *sr, FILE *f, bool replay_mode) {
if (!is_reset)
RtlRestoreMusicAfterLoad_Locked(false);
RtlUpdateSnesPatchForBugfix();
// Temporarily fix reset state
// if (g_snes->cpu->k == 0x82 && g_snes->cpu->pc == 0xf716)
// g_snes->cpu->pc = 0xf71c;