From 7f5435979f35c29a1edf65e31b53d5a61a8c7142 Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 13 Nov 2008 08:02:08 +0000 Subject: [PATCH] change reset/exit names on menu --- source/ngc/menu.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/ngc/menu.cpp b/source/ngc/menu.cpp index 477a3ad..170175b 100644 --- a/source/ngc/menu.cpp +++ b/source/ngc/menu.cpp @@ -1045,9 +1045,12 @@ MainMenu (int selectedMenu) else sprintf (menuitems[2], "Game Menu"); - #ifndef HW_DOL + #ifdef HW_RVL // 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 VIDEO_WaitVSync ();