(PS3) Update code to use flags

This commit is contained in:
libretroadmin 2023-02-23 13:22:28 +01:00
parent e447443e86
commit 0f8f871581

View File

@ -155,7 +155,7 @@ static void gfx_ctx_ps3_check_window(void *data, bool *quit,
if (ps3_api == GFX_CTX_OPENGL_API || ps3_api == GFX_CTX_OPENGL_ES_API)
{
gl2_t *gl = data;
if (gl->should_resize)
if (gl->flags & GL2_FLAG_SHOULD_RESIZE)
*resize = true;
}
#endif