(PS3) Fixes issues where content would sometimes not be able to

be loaded for some sporadic reason
This commit is contained in:
twinaphex 2016-07-22 10:41:56 +02:00
parent 6918a4d48e
commit 22e35c553b

View File

@ -156,9 +156,6 @@ static void gfx_ctx_ps3_check_window(void *data, bool *quit,
*quit = false;
*resize = false;
if (gl->quitting)
*quit = true;
if (gl->should_resize)
*resize = true;
}