mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-23 14:25:37 +00:00
System: Reset before loading save state on boot
This commit is contained in:
parent
9628f0d9d0
commit
29bc0c950a
|
@ -1271,6 +1271,7 @@ bool DoLoadState(ByteStream* state, bool force_software_renderer, bool update_di
|
||||||
UpdateControllers();
|
UpdateControllers();
|
||||||
UpdateMemoryCardTypes();
|
UpdateMemoryCardTypes();
|
||||||
UpdateMultitaps();
|
UpdateMultitaps();
|
||||||
|
Reset();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue