From 68e44fd3549f34dcfd982d1e3d239cf1face373b Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sat, 6 Jun 2015 08:50:27 +0200 Subject: [PATCH] gsdx: reload the state when GSconfigure is called It fixes the reloading of openGL option and it avoids issue during pause/resume. Fix issue #584 --- plugins/GSdx/GS.cpp | 3 +++ 1 file changed, 3 insertions(+) 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) { }