fix x86 build
[pcsx_rearmed.git] / frontend / plat_omap.c
index f25f31c..c4bff31 100644 (file)
@@ -223,7 +223,7 @@ void plat_omap_init(void)
                exit(1);
        }
 
-       g_menuscreen_w = w;
+       g_menuscreen_w = g_menuscreen_pp = w;
        g_menuscreen_h = h;
        g_menuscreen_ptr = vout_fbdev_flip(main_fb);
        pl_rearmed_cbs.screen_w = w;