diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index d3579fbff5..0eecf951b8 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -811,12 +811,6 @@ EXPORT_C GSconfigure() GSDialog::InitCommonControls(); if(GSSettingsDlg().DoModal() == IDOK) { - if(s_gs != NULL && s_gs->m_wnd->IsManaged()) - { - // Legacy apps like gsdxgui expect this... - - GSshutdown(); - } // Force a reload of the gs state s_renderer = GSRendererType::Undefined; }