Skip to content

Commit

Permalink
Update decrypt.c
Browse files Browse the repository at this point in the history
  • Loading branch information
zecoxao authored Nov 4, 2024
1 parent 97a569d commit b0c36d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/decrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ void decrypt_pup(decrypt_state * state, const char * OutputPath)

const char * name = state->entryname;

if (f_strcmp(name, "PS5UPDATE1.PUP") == 0)
if (f_strcmp(name, "PROSPEROUPDATE1.PUP") == 0)
state->pup_type = 1;

if (f_strcmp(name, "PS5UPDATE2.PUP") == 0)
if (f_strcmp(name, "PROSPEROUPDATE2.PUP") == 0)
state->pup_type = 0;

if (state->pup_type < 0)
Expand Down

0 comments on commit b0c36d6

Please sign in to comment.