Adjust the core selection dialog title.

This commit is contained in:
sorgelig
2018-09-09 06:35:34 +08:00
parent abbe31a0d0
commit 300067aa69

View File

@@ -2221,7 +2221,7 @@ void HandleUI(void)
/******************************************************************/
case MENU_FILE_SELECT1:
helptext = helptexts[HELPTEXT_NONE];
OsdSetTitle("Select", 0);
OsdSetTitle((fs_Options & SCANO_CORES) ? "Cores" : "Select", 0);
PrintDirectory();
menustate = MENU_FILE_SELECT2;
break;