(PS3) Fixes issues where content would sometimes not be able to
be loaded for some sporadic reason
This commit is contained in:
parent
6918a4d48e
commit
22e35c553b
|
@ -156,9 +156,6 @@ static void gfx_ctx_ps3_check_window(void *data, bool *quit,
|
||||||
*quit = false;
|
*quit = false;
|
||||||
*resize = false;
|
*resize = false;
|
||||||
|
|
||||||
if (gl->quitting)
|
|
||||||
*quit = true;
|
|
||||||
|
|
||||||
if (gl->should_resize)
|
if (gl->should_resize)
|
||||||
*resize = true;
|
*resize = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue