diff --git a/libretro/libretro.c b/libretro/libretro.c index 64d78bb13..228651630 100644 --- a/libretro/libretro.c +++ b/libretro/libretro.c @@ -1646,7 +1646,7 @@ void retro_run (void) glsm_ctl(GLSM_CTL_STATE_UNBIND, NULL); } - if(last_vi_height != last_retro_screen_height && last_vi_width != last_retro_screen_width) + if(last_vi_height != last_retro_screen_height || last_vi_width != last_retro_screen_width) { last_retro_screen_height = last_vi_height; last_retro_screen_width = last_vi_width;