mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
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:
parent
9f6a4e907b
commit
d40231e29a
10 changed files with 68 additions and 38 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue