mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(PS3) Update code to use flags
This commit is contained in:
parent
e447443e86
commit
0f8f871581
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user