mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(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;
|
||||
*resize = false;
|
||||
|
||||
if (gl->quitting)
|
||||
*quit = true;
|
||||
|
||||
if (gl->should_resize)
|
||||
*resize = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user