Skip to content

Commit

Permalink
app: Update version to 2 rev 9
Browse files Browse the repository at this point in the history
  • Loading branch information
joel16 committed Dec 18, 2024
1 parent a2b7cbb commit d30e675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 8
PSP_EBOOT_TITLE = PSP EVEREST 2 Rev 9
PSP_EBOOT_ICON = ICON0.PNG
PSP_EBOOT_PIC1 = PIC1.png

Expand Down
4 changes: 2 additions & 2 deletions app/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "utils.h"
#include "vlf.h"

PSP_MODULE_INFO("PSP EVEREST 2 Rev 7", PSP_MODULE_USER, 2, 7);
PSP_MODULE_INFO("PSP EVEREST 2 Rev 9", PSP_MODULE_USER, 2, 7);
PSP_MAIN_THREAD_ATTR(0);

typedef struct {
Expand Down Expand Up @@ -338,7 +338,7 @@ namespace Menus {
}

void MainMenu(int select) {
GUI::SetTitle("PSP EVEREST 2 Rev 8");
GUI::SetTitle("PSP EVEREST 2 Rev 9");

const char *main_menu_items[] = {
"Hardware Information",
Expand Down

0 comments on commit d30e675

Please sign in to comment.