diff --git a/platform/common/menu_pico.c b/platform/common/menu_pico.c index 1408068f..05285c05 100644 --- a/platform/common/menu_pico.c +++ b/platform/common/menu_pico.c @@ -1355,6 +1355,12 @@ static menu_entry e_menu_main[] = mee_label ("Sonic's UGC for PSP " VERSION), mee_label (""), mee_label (""), + mee_label (""), + mee_label (""), + mee_label (""), + mee_label (""), + mee_label (""), + mee_label (""), mee_handler_id("Resume Game", MA_MAIN_RESUME_GAME, main_menu_handler), mee_handler_id("Save Game", MA_MAIN_SAVE_STATE, main_menu_handler), mee_handler_id("Load Game", MA_MAIN_LOAD_STATE, main_menu_handler), diff --git a/platform/common/version.h b/platform/common/version.h index fb532ca2..e9f831de 100644 --- a/platform/common/version.h +++ b/platform/common/version.h @@ -1 +1 @@ -#define VERSION "T7" \ No newline at end of file +#define VERSION "T8" \ No newline at end of file