add basic .Z support
[pcsx_rearmed.git] / frontend / plugin_lib.c
index 26d5218..7110b35 100644 (file)
@@ -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;
 }