change reset/exit names on menu

This commit is contained in:
dborth 2008-11-13 08:02:08 +00:00
parent 0c0199f2c2
commit 7f5435979f

View File

@ -1045,9 +1045,12 @@ MainMenu (int selectedMenu)
else else
sprintf (menuitems[2], "Game Menu"); sprintf (menuitems[2], "Game Menu");
#ifndef HW_DOL #ifdef HW_RVL
// don't show dvd motor off on the wii // don't show dvd motor off on the wii
menuitems[4][0] = '\0'; menuitems[4][0] = 0;
// rename reset/exit items
sprintf (menuitems[5], "Return to Wii Menu");
sprintf (menuitems[6], "Return to Homebrew Channel");
#endif #endif
VIDEO_WaitVSync (); VIDEO_WaitVSync ();