From 22e35c553b7cc41825de24482fb30f2dc7406d0f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 22 Jul 2016 10:41:56 +0200 Subject: [PATCH] (PS3) Fixes issues where content would sometimes not be able to be loaded for some sporadic reason --- gfx/drivers_context/ps3_ctx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/drivers_context/ps3_ctx.c b/gfx/drivers_context/ps3_ctx.c index 33de8136d8..9e34c5ded2 100644 --- a/gfx/drivers_context/ps3_ctx.c +++ b/gfx/drivers_context/ps3_ctx.c @@ -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; }