(T4) Change main menu string, fix background and rom selector

This commit is contained in:
Ray The Fox 2024-08-04 19:23:36 -03:00
parent 477fd56aff
commit 79b5e8a900
5 changed files with 3 additions and 3 deletions

View file

@ -1362,7 +1362,7 @@ static menu_entry e_menu_main[] =
mee_handler_id("Change CD", MA_MAIN_CHANGE_CD, main_menu_handler),
mee_cust_s_h ("Storyware page", MA_MAIN_PICO_PAGE, 0,mh_picopage, mgn_picopage, NULL),
mee_handler_id("Patches / GameGenie",MA_MAIN_PATCHES, main_menu_handler),
mee_handler_id("Press START button to begin", MA_MAIN_LOAD_ROM, main_menu_handler),
mee_handler_id("Press CIRCLE button to begin", MA_MAIN_LOAD_ROM, main_menu_handler),
mee_cust_s_h ("Save Game Options", MA_OPT_SAVECFG_GAME, 0, mh_saveloadcfg, mgn_saveloadcfg, h_saveload),
mee_cust_s_h ("Load Game Options", MA_OPT_LOADCFG, 0, mh_saveloadcfg, mgn_saveloadcfg, h_saveload),
mee_end,

View file

@ -1 +1 @@
#define VERSION "T3"
#define VERSION "T4"

@ -1 +1 @@
Subproject commit 697806c41dccf0adb0a3a35171f6eff9a9191240
Subproject commit 45e44c2aab97cb4d505c53048c383afdd7814f88

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 618 KiB

After

Width:  |  Height:  |  Size: 301 KiB

Before After
Before After