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
This commit is contained in:
Gregory Hainaut 2015-06-06 08:50:27 +02:00
parent 151fe43551
commit 68e44fd354
1 changed files with 3 additions and 0 deletions

View File

@ -760,6 +760,9 @@ EXPORT_C GSconfigure()
}
#endif
// Force a reload of the gs state
s_renderer = -1;
} catch (GSDXRecoverableError)
{
}