From e74fa2df7732b1ae7118028b9655a23f08b7811f Mon Sep 17 00:00:00 2001 From: joel16 Date: Sun, 24 Sep 2023 19:17:36 -0400 Subject: [PATCH] app: Update version to 2 rev 8 --- README.md | 1 + app/Makefile | 2 +- app/source/main.cpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1633ed..8c0583b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ PSP Everest is an application similar to PSPident that displays more information - Display battery elec value - Display battery total elec value - Display polestar version in Hardware Information page. +- Identify TMU-00X, TA-079v1-v5, TA-095v3, TA-095v4 and TA-097 motherboards. - Display QA flag in Hardware Information page. - Fix static title bar colour when changing background colours with L/R. - Make use of VLFlib's central menu instead of hard coding positions for the main menu. diff --git a/app/Makefile b/app/Makefile index 6ae9811..eba9031 100644 --- a/app/Makefile +++ b/app/Makefile @@ -23,7 +23,7 @@ LDFLAGS = -nostdlib -nodefaultlibs LIBS = -lpspmodinfo -lpspopenpsid -lpsprtc -lpsppower -lpspreg -lvlfgui -lvlfgu -lvlfutils -lvlflibc EXTRA_TARGETS = EBOOT.PBP -PSP_EBOOT_TITLE = PSP EVEREST 2 Rev 7 +PSP_EBOOT_TITLE = PSP EVEREST 2 Rev 8 PSP_EBOOT_ICON = ICON0.PNG PSP_EBOOT_PIC1 = PIC1.png diff --git a/app/source/main.cpp b/app/source/main.cpp index e5de806..3e8db3c 100644 --- a/app/source/main.cpp +++ b/app/source/main.cpp @@ -338,7 +338,7 @@ namespace Menus { } void MainMenu(int select) { - GUI::SetTitle("PSP EVEREST 2 Rev 7"); + GUI::SetTitle("PSP EVEREST 2 Rev 8"); const char *main_menu_items[] = { "Hardware Information",