(OSX) Use new menu rescaling when resizing window

This commit is contained in:
Twinaphex 2019-08-24 20:36:06 +02:00
parent 6a5b01df33
commit 6d0875e975

View File

@ -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
}
}