Skip to content

Commit

Permalink
use latest sdk cdfs.irx
Browse files Browse the repository at this point in the history
In hopes of fixing FreeDVDBoot support
  • Loading branch information
israpps committed Jul 11, 2024
1 parent 249b6e2 commit c608306
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion embed.make
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ else # if we have mx4sio use newer IRX to avoid deadlocks when opening common me
SIO2MAN_SOURCE = iop/__precompiled/sio2man.irx
endif

CDVD_SOURCE = iop/__precompiled/cdfs.irx
#iop/cdvd.irx


#---{ MC }---#
$(EE_ASM_DIR)mcman_irx.s: $(MCMAN_SOURCE) | $(EE_ASM_DIR)
$(BIN2S) $< $@ mcman_irx
Expand Down Expand Up @@ -47,8 +51,9 @@ endif
iop/cdvd.irx: iop/oldlibs/libcdvd
$(MAKE) -C $<

$(EE_ASM_DIR)cdvd_irx.s: iop/cdvd.irx | $(EE_ASM_DIR)
$(EE_ASM_DIR)cdvd_irx.s: $(CDVD_SOURCE) | $(EE_ASM_DIR)
$(BIN2S) $< $@ cdvd_irx
$(MAKE) -C iop/oldlibs/libcdvd

$(EE_ASM_DIR)poweroff_irx.s: $(PS2SDK)/iop/irx/poweroff.irx | $(EE_ASM_DIR)
$(BIN2S) $< $@ poweroff_irx
Expand Down
Binary file added iop/__precompiled/cdfs.irx
Binary file not shown.

0 comments on commit c608306

Please sign in to comment.