System: Reset before loading save state on boot

This commit is contained in:
Connor McLaughlin 2021-05-22 14:54:18 +10:00
parent 9628f0d9d0
commit 29bc0c950a

View file

@ -1271,6 +1271,7 @@ bool DoLoadState(ByteStream* state, bool force_software_renderer, bool update_di
UpdateControllers();
UpdateMemoryCardTypes();
UpdateMultitaps();
Reset();
}
else
{