Skip to content

Commit

Permalink
Remove unnecessary call to GetReboot661.
Browse files Browse the repository at this point in the history
  • Loading branch information
meetpatty committed Oct 2, 2024
1 parent fa01e35 commit 3b98a51
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extras/150kernel/installer/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ int main(void)

sceKernelVolatileMemLock(0, (void *)&g_dataOut2, &i);

Update();
Update();

printf("Writing custom modules...\n");

Expand All @@ -724,8 +724,6 @@ int main(void)

CopyRegistry();

GetReboot661();

ErrorExit(7000, "\n\nDone.\nAuto-exiting in 7 seconds.\n");

return 0;
Expand Down

0 comments on commit 3b98a51

Please sign in to comment.