mirror of https://github.com/PCSX2/pcsx2.git
SPU2-X: Remove a logically impossible break
* the break doesn't get used since HANDLE_CHECK consists of a break on the function itself. * removed an outdated comment since realtime update of configure has been done.
This commit is contained in:
parent
0cc4287b59
commit
5d13dfee25
|
@ -358,14 +358,6 @@ BOOL CALLBACK ConfigProc(HWND hWnd,UINT uMsg,WPARAM wParam,LPARAM lParam)
|
|||
HANDLE_CHECK(IDC_EFFECTS_DISABLE,EffectsDisabled);
|
||||
HANDLE_CHECK(IDC_DEALIASFILTER,postprocess_filter_dealias);
|
||||
HANDLE_CHECK(IDC_DSP_ENABLE,dspPluginEnabled);
|
||||
|
||||
// Fixme : Eh, how to update this based on drop list selections? :p
|
||||
// IDC_TS_ENABLE already deleted!
|
||||
|
||||
//HANDLE_CHECKNB(IDC_TS_ENABLE,timeStretchEnabled);
|
||||
// EnableWindow( GetDlgItem( hWnd, IDC_OPEN_CONFIG_SOUNDTOUCH ), timeStretchEnabled );
|
||||
break;
|
||||
|
||||
HANDLE_CHECKNB(IDC_DEBUG_ENABLE,DebugEnabled);
|
||||
DebugConfig::EnableControls( hWnd );
|
||||
EnableWindow( GetDlgItem( hWnd, IDC_OPEN_CONFIG_DEBUG ), DebugEnabled );
|
||||
|
|
Loading…
Reference in New Issue