From 2b9b9f44390933a4ba48a2da5dcb8721434f690f Mon Sep 17 00:00:00 2001 From: Ray The Fox <120764243+RayTF@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:45:00 -0300 Subject: [PATCH] Disgusting hack to lower the main menu text --- platform/common/menu_pico.c | 6 ++++++ platform/common/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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