Skip to content

Commit

Permalink
win32: return before restoring old output device on ok (fixes #471)
Browse files Browse the repository at this point in the history
  • Loading branch information
OV2 committed Dec 29, 2018
1 parent 387d600 commit 6254483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/wsnes9x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4585,7 +4585,7 @@ INT_PTR CALLBACK DlgSoundConf(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam)
// ReInitSound();

EndDialog(hDlg, 1);

return true;
}

case IDCANCEL:
Expand Down

0 comments on commit 6254483

Please sign in to comment.