Skip to content

Commit

Permalink
try ps2hdd.irx instead of osd variant
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps committed Feb 19, 2025
1 parent 42f95be commit d1b8c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed.make
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ iop/ps2ftpd.irx: iop/oldlibs/ps2ftpd
$(EE_ASM_DIR)ps2atad_irx.s: $(ATAD_SOURCE) | $(EE_ASM_DIR)
$(BIN2S) $< $@ ps2atad_irx

$(EE_ASM_DIR)ps2hdd_irx.s: $(PS2SDK)/iop/irx/ps2hdd-osd.irx | $(EE_ASM_DIR)
$(EE_ASM_DIR)ps2hdd_irx.s: $(PS2SDK)/iop/irx/ps2hdd.irx | $(EE_ASM_DIR)# before: ps2hdd-osd.irx
$(BIN2S) $< $@ ps2hdd_irx

$(EE_ASM_DIR)ps2fs_irx.s: $(PS2SDK)/iop/irx/ps2fs.irx | $(EE_ASM_DIR)
Expand Down

0 comments on commit d1b8c13

Please sign in to comment.