Skip to content

Commit

Permalink
Cleaned up title line in the menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezzy-dev authored May 19, 2022
1 parent 9685399 commit dc64e8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,10 @@ void ShowMenu(MENU *menu)
print_string("Port by gameblabla", COLOR_HELP_TEXT, COLOR_BG, 48, 88);
print_string("[B] = Return to game", COLOR_HELP_TEXT, COLOR_BG, 4, 158-8);
#else
print_string("Press B to return to the game", COLOR_HELP_TEXT, COLOR_BG, 56, 220);
print_string("Handy libretro " __DATE__ " build", COLOR_HELP_TEXT, COLOR_BG, 40, 2);
print_string("Port by gameblabla", COLOR_HELP_TEXT, COLOR_BG, 80, 12);
//print_string("Press B to return to the game", COLOR_HELP_TEXT, COLOR_BG, 56, 220);
//print_string("Handy libretro " __DATE__ " build", COLOR_HELP_TEXT, COLOR_BG, 40, 2);
//print_string("Port by gameblabla", COLOR_HELP_TEXT, COLOR_BG, 80, 12);
print_string("Handy Libretro port by gameblabla", COLOR_HELP_TEXT, COLOR_BG, 30, 2);
#endif
}

Expand Down

0 comments on commit dc64e8c

Please sign in to comment.