Skip to content

Commit

Permalink
Fix cIPL installer
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAaronLopezGarcia authored Apr 15, 2024
1 parent 6bb1c9c commit 24a18fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/perma/cipl/installer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void newipl_menu(){
ErrorExit(5000,"Failed to clear ipl!\n");
}

if (pspIplUpdateSetIpl( ipl_block_large, size, ipl_key) < 0) {
if (pspIplUpdateSetIpl( ipl_block, size, ipl_key) < 0) {
ErrorExit(5000,"Failed to write ipl!\n");
}

Expand Down

0 comments on commit 24a18fb

Please sign in to comment.