mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-26 02:31:50 +01: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…
Reference in New Issue
Block a user