From 201797264db63c181f87ae9f67765bda978038b7 Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 4 Oct 2008 02:56:38 +0000 Subject: [PATCH] shift menu down for PAL wii's --- source/ngc/menudraw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ngc/menudraw.cpp b/source/ngc/menudraw.cpp index 58ff600..538ee4f 100644 --- a/source/ngc/menudraw.cpp +++ b/source/ngc/menudraw.cpp @@ -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 ();