build: Replace some visible MinUI strings
This commit is contained in:
parent
2c99cf3ad1
commit
9f478404f6
4 changed files with 5 additions and 7 deletions
|
|
@ -3406,7 +3406,7 @@ static int OptionSaveChanges_openMenu(MenuList* list, int i) {
|
|||
static MenuList options_menu = {
|
||||
.type = MENU_LIST,
|
||||
.items = (MenuItem[]) {
|
||||
{"Frontend", "MinUI (" BUILD_DATE " " BUILD_HASH ")",.on_confirm=OptionFrontend_openMenu},
|
||||
{"Frontend", "FinUI (" BUILD_DATE " " BUILD_HASH ")",.on_confirm=OptionFrontend_openMenu},
|
||||
{"Emulator",.on_confirm=OptionEmulator_openMenu},
|
||||
{"Controls",.on_confirm=OptionControls_openMenu},
|
||||
{"Shortcuts",.on_confirm=OptionShortcuts_openMenu},
|
||||
|
|
|
|||
|
|
@ -1284,7 +1284,7 @@ static void Menu_quit(void) {
|
|||
int main (int argc, char *argv[]) {
|
||||
if (autoResume()) return 0; // nothing to do
|
||||
|
||||
LOG_info("MinUI\n");
|
||||
LOG_info("FinUI\n");
|
||||
InitSettings();
|
||||
|
||||
SDL_Surface* screen = GFX_init(MODE_MAIN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue