X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Fplat.c;h=5f10b17b5aff09d747fcf2b1ad78d97a96678166;hb=6ee3a0f98a05b082fd626d8109f2098da650ae06;hp=a2e70eb86a2a4da5512116cad99fb8485df5c8a0;hpb=93f9619ed819dee07948416c98ca2f1c70a22666;p=picodrive.git diff --git a/platform/pandora/plat.c b/platform/pandora/plat.c index a2e70eb..5f10b17 100644 --- a/platform/pandora/plat.c +++ b/platform/pandora/plat.c @@ -488,7 +488,7 @@ void plat_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);