From 625448333b64271b64ef23d753ed5fa7e9f90efb Mon Sep 17 00:00:00 2001 From: OV2 Date: Sat, 29 Dec 2018 15:25:42 +0100 Subject: [PATCH] win32: return before restoring old output device on ok (fixes #471) --- win32/wsnes9x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/wsnes9x.cpp b/win32/wsnes9x.cpp index bdb5c7f5..06080d36 100644 --- a/win32/wsnes9x.cpp +++ b/win32/wsnes9x.cpp @@ -4585,7 +4585,7 @@ INT_PTR CALLBACK DlgSoundConf(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam) // ReInitSound(); EndDialog(hDlg, 1); - + return true; } case IDCANCEL: