mirror of
https://github.com/dborth/vbagx.git
synced 2025-04-06 23:56:42 +02:00
shift menu down for PAL wii's
This commit is contained in:
parent
9faeed4c70
commit
201797264d
@ -440,7 +440,7 @@ DrawMenu (char items[][50], char *title, int maxitems, int selected, int fontsiz
|
||||
if (screenheight == 480)
|
||||
ypos += 52;
|
||||
else
|
||||
ypos += 32;
|
||||
ypos += 42;
|
||||
|
||||
clearscreen ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user