mirror of https://github.com/snes9xgit/snes9x.git
win32: return before restoring old output device on ok (fixes #471)
This commit is contained in:
parent
387d600147
commit
625448333b
|
@ -4585,7 +4585,7 @@ INT_PTR CALLBACK DlgSoundConf(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam)
|
|||
// ReInitSound();
|
||||
|
||||
EndDialog(hDlg, 1);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
case IDCANCEL:
|
||||
|
|
Loading…
Reference in New Issue