add a pitch variable
[picodrive.git] / platform / gp2x / plat.c
index 614ab7f..4fcf76f 100644 (file)
@@ -208,6 +208,7 @@ void plat_init(void)
 
        g_menuscreen_w = 320;
        g_menuscreen_h = 240;
+       g_menuscreen_pp = g_menuscreen_w;
        gp2x_memset_all_buffers(0, 0, 320*240*2);
 
        gp2x_make_fb_bufferable(1);