superior jabo window hack that doesnt hang on some systems due to thread deadlocks
This commit is contained in:
parent
8d7fec50c1
commit
4d380626a1
|
@ -355,7 +355,7 @@ EXPORT void CALL ChangeWindow (void)
|
|||
// NOTE: NEW GFX_INFO vs old
|
||||
EXPORT int CALL InitiateGFX(GFX_INFO Gfx_Info)
|
||||
{
|
||||
while (hWnd_jabo == NULL);
|
||||
while(hWnd_jabo == NULL) { Sleep(1); }
|
||||
LOG("API WRAPPER:\t InitiateGFX")
|
||||
|
||||
Config_Open();
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue