mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +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;
|
||||
curD3D = p_cs->lpCreateParams;
|
||||
g_inited = true;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user