Skip to content

Commit

Permalink
fixed 2K again
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Dec 31, 2024
1 parent c90d154 commit df29e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/dc/msipl/newipl/stage2/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int entry()
void* load_addr = 0x40e0000;
if (tachyon_version <= 0x00400000) {
path = "/TM/DCARK/msipl_01g.bin";
} else if ((tachyon_version == 0x00500000 || tachyon_version == 0x00600000) && baryon_version == 0x00243000) {
} else if (tachyon_version == 0x00500000 || (tachyon_version == 0x00600000 && baryon_version == 0x00243000)) {
path = "/TM/DCARK/msipl_02g.bin";
} else if (tachyon_version == 0x00600000) {
path = "/TM/DCARK/msipl_03g.bin";
Expand Down

0 comments on commit df29e32

Please sign in to comment.