mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(OSX) Use new menu rescaling when resizing window
This commit is contained in:
parent
6a5b01df33
commit
6d0875e975
@ -558,6 +558,10 @@ static void cocoagl_gfx_ctx_check_window(void *data, bool *quit,
|
||||
*width = new_width;
|
||||
*height = new_height;
|
||||
*resize = true;
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
rarch_ctl(RARCH_CTL_SET_DEFERRED_MENU_CONTEXT_RESET, NULL);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user