mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 09:48:27 +00:00
Try to set g_inited to true
This commit is contained in:
parent
8a124bb530
commit
186a9fe61b
@ -255,6 +255,7 @@ LRESULT CALLBACK WndProcD3D(HWND hwnd, UINT message,
|
|||||||
{
|
{
|
||||||
LPCREATESTRUCT p_cs = (LPCREATESTRUCT)lparam;
|
LPCREATESTRUCT p_cs = (LPCREATESTRUCT)lparam;
|
||||||
curD3D = p_cs->lpCreateParams;
|
curD3D = p_cs->lpCreateParams;
|
||||||
|
g_inited = true;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user