mirror of
https://github.com/joel16/PSP-Everest.git
synced 2024-11-23 03:29:48 +00:00
app: Update version to 2 rev 8
This commit is contained in:
parent
b51dc4fff4
commit
e74fa2df77
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user