N64: Dirty hack workaround to the directx error related to jabo's window.
This commit is contained in:
parent
5f1df3224c
commit
5077510f4e
|
@ -355,6 +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);
|
||||
LOG("API WRAPPER:\t InitiateGFX")
|
||||
|
||||
Config_Open();
|
||||
|
|
Loading…
Reference in New Issue