This commit is contained in:
giantpune 2009-07-27 23:45:49 +00:00
parent 95d628fdc9
commit 1094b5224e
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -114,8 +114,8 @@ int TitleBrowser(u32 type)
}
//set the text to the option browser
options3.SetName(i, "%s",text);
//options3.SetValue(i, "%s",name);
options3.SetValue(i, " (%08x)",titles[i]);
options3.SetValue(i, "%s",name);
//options3.SetValue(i, " (%08x)",titles[i]);
//move on to the next title
i++;
}

View File

@ -1,4 +1,4 @@
#define SVN_REV "653:655M"
#define SVN_REV "657M"
const char *GetRev()
{