diff --git a/gui.pnproj b/gui.pnproj index e96873a4..91c46f4c 100644 --- a/gui.pnproj +++ b/gui.pnproj @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/source/prompts/TitleBrowser.cpp b/source/prompts/TitleBrowser.cpp index a63e78b7..a13be848 100644 --- a/source/prompts/TitleBrowser.cpp +++ b/source/prompts/TitleBrowser.cpp @@ -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++; } diff --git a/source/svnrev.c b/source/svnrev.c index d438b7d7..3b5506d5 100644 --- a/source/svnrev.c +++ b/source/svnrev.c @@ -1,4 +1,4 @@ -#define SVN_REV "653:655M" +#define SVN_REV "657M" const char *GetRev() {