mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
151fe43551
commit
68e44fd354
|
@ -760,6 +760,9 @@ EXPORT_C GSconfigure()
|
|||
}
|
||||
|
||||
#endif
|
||||
// Force a reload of the gs state
|
||||
s_renderer = -1;
|
||||
|
||||
} catch (GSDXRecoverableError)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue