(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;
|
*width = new_width;
|
||||||
*height = new_height;
|
*height = new_height;
|
||||||
*resize = true;
|
*resize = true;
|
||||||
|
|
||||||
|
#ifdef HAVE_MENU
|
||||||
|
rarch_ctl(RARCH_CTL_SET_DEFERRED_MENU_CONTEXT_RESET, NULL);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue