Skip to content

Commit

Permalink
fixes and bump rev
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia committed Jun 7, 2024
1 parent e2925d9 commit 04e9f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#define ARK_MAJOR_VERSION 4
#define ARK_MINOR_VERSION 20
#define ARK_MICRO_VERSION 69
#define ARK_REVISION 6
#define ARK_REVISION 7
#define MAX_FLASH0_SIZE 0x32000

/*
Expand Down
1 change: 1 addition & 0 deletions loader/perma/cipl/installer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ void newipl_menu(const char* config){
}

if (config){
open_flash();
if (size == ORIG_IPL_SIZE){
// OFW installed
sceIoRemove("flash0:/arkcipl.cfg");
Expand Down

0 comments on commit 04e9f01

Please sign in to comment.