Skip to content

Commit

Permalink
Added SCPH-90003
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK committed Oct 15, 2023
1 parent 8fb5117 commit 6d2661e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1402,9 +1402,9 @@ void checkUnsupportedVersion()
sprintf(RealModelName, "SCPH-90004 SS");
else if (ModelId == 0xd485)
sprintf(RealModelName, "SCPH-90002");
/* else if (ModelId == 0xd486)
sprintf(RealModelName, "??? SCPH-90003");
else if (ModelId == 0xd487)
else if (ModelId == 0xd486)
sprintf(RealModelName, "SCPH-90003");
/* else if (ModelId == 0xd487)
sprintf(RealModelName, "??? SCPH-90005 CR"); */
else if (ModelId == 0xd488)
sprintf(RealModelName, "SCPH-90006 CR");
Expand Down

0 comments on commit 6d2661e

Please sign in to comment.