pandora: handle custom size fb for menu layer
[libpicofe.git] / common / menu.h
index 386b37e..7539948 100644 (file)
@@ -188,7 +188,7 @@ extern me_bind_action emuctrl_actions[];    // platform code
 extern void *g_menubg_src_ptr;
 extern void *g_menubg_ptr;
 extern void *g_menuscreen_ptr;
-#if SCREEN_SIZE_FIXED
+#if MSCREEN_SIZE_FIXED
 #define g_menuscreen_w MSCREEN_WIDTH
 #define g_menuscreen_h MSCREEN_HEIGHT
 #else