app: Update version to 2 rev 8

This commit is contained in:
joel16 2023-09-24 19:17:36 -04:00
parent b51dc4fff4
commit e74fa2df77
3 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -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",