X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplugin_lib.c;h=7110b35405e2e7dd3ceb0ef79567b88bbb12c860;hp=26d5218e4dfa5dfc9d2cc59ed5ae812685de9edd;hb=3c70c47bb2fa50066c4c3b23813253e03b8751fe;hpb=722285599b1ce45ca435f484b0f34a5e568487a1 diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index 26d5218e..7110b354 100644 --- a/frontend/plugin_lib.c +++ b/frontend/plugin_lib.c @@ -20,6 +20,7 @@ #include "common/fonts.h" #include "common/input.h" #include "omap.h" +#include "menu.h" #include "pcnt.h" #include "../libpcsxcore/new_dynarec/new_dynarec.h" @@ -85,6 +86,8 @@ int pl_fbdev_set_mode(int w, int h, int bpp) else pl_fbdev_buf = ret; + menu_notify_mode_change(w, h); + return (ret != NULL) ? 0 : -1; }