pandora: handle custom size fb for menu layer

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@897 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-09-17 23:02:04 +00:00
parent 9f6a4e907b
commit d40231e29a
10 changed files with 68 additions and 38 deletions

View file

@ -31,7 +31,7 @@ void *g_menubg_ptr;
#ifndef UIQ3
#if !SCREEN_SIZE_FIXED
#if !MSCREEN_SIZE_FIXED
int g_menuscreen_w = MSCREEN_WIDTH;
int g_menuscreen_h = MSCREEN_HEIGHT;
#endif

View 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