Save-state: Explicitly init MB SoundcardType when loading state. (Fixes #609)

This commit is contained in:
tomcw
2019-02-23 10:22:52 +00:00
parent 11137cbc44
commit f998c7ddb2
4 changed files with 16 additions and 10 deletions
+1
View File
@@ -405,6 +405,7 @@ static void Snapshot_LoadState_v2(void)
KeybReset();
VideoResetState();
MB_Reset();
MB_InitSoundcardType(); // GH#609
sg_SSC.CommReset();
#ifdef USE_SPEECH_API
g_Speech.Reset();