diff --git a/plugins/GSdx/GS.cpp b/plugins/GSdx/GS.cpp index 298a3e8927..994cd0adf7 100644 --- a/plugins/GSdx/GS.cpp +++ b/plugins/GSdx/GS.cpp @@ -760,6 +760,9 @@ EXPORT_C GSconfigure() } #endif + // Force a reload of the gs state + s_renderer = -1; + } catch (GSDXRecoverableError) { }