[Proect64] Reopen gfx plugin if initilized
This commit is contained in:
parent
bf0ba50dc4
commit
57a221e36f
|
@ -112,6 +112,12 @@ bool CGfxPlugin::Initiate(CN64System * System, RenderWindow * Window)
|
||||||
if (m_Initialized)
|
if (m_Initialized)
|
||||||
{
|
{
|
||||||
Close(Window);
|
Close(Window);
|
||||||
|
if (PluginOpened)
|
||||||
|
{
|
||||||
|
WriteTrace(PluginTraceType(), TraceDebug, "Before Plugin Opened");
|
||||||
|
PluginOpened();
|
||||||
|
WriteTrace(PluginTraceType(), TraceDebug, "After Plugin Opened");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|
Loading…
Reference in New Issue