From 29bc0c950a7c9ff0bf06e17d12a5dc7f815d53c4 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sat, 22 May 2021 14:54:18 +1000 Subject: [PATCH] System: Reset before loading save state on boot --- src/core/system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/system.cpp b/src/core/system.cpp index e24835af5..7021b34f4 100644 --- a/src/core/system.cpp +++ b/src/core/system.cpp @@ -1271,6 +1271,7 @@ bool DoLoadState(ByteStream* state, bool force_software_renderer, bool update_di UpdateControllers(); UpdateMemoryCardTypes(); UpdateMultitaps(); + Reset(); } else {