mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-07 03:55:33 +00:00
Cheats: Reapply frame end codes immediately on reload
Otherwise you end up with a single frame where the old code is used.
This commit is contained in:
parent
c137c562cd
commit
ce616f1c5c
@ -920,6 +920,9 @@ void Cheats::ReloadCheats(bool reload_files, bool reload_enabled_list, bool verb
|
||||
}
|
||||
|
||||
UpdateActiveCodes(reload_enabled_list, verbose, verbose_if_changed, show_disabled_codes);
|
||||
|
||||
// Reapply frame end codes immediately. Otherwise you end up with a single frame where the old code is used.
|
||||
ApplyFrameEndCodes();
|
||||
}
|
||||
|
||||
void Cheats::UnloadAll()
|
||||
|
Loading…
x
Reference in New Issue
Block a user