mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
This commit is contained in:
parent
95d628fdc9
commit
1094b5224e
File diff suppressed because one or more lines are too long
@ -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++;
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#define SVN_REV "653:655M"
|
||||
#define SVN_REV "657M"
|
||||
|
||||
const char *GetRev()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user