Skip to content

Commit

Permalink
Merge pull request #125 from fjtrujy/CDFSSupport
Browse files Browse the repository at this point in the history
Add CDFS driver
  • Loading branch information
fjtrujy authored Jun 8, 2020
2 parents 26daf74 + 2228988 commit 85bc643
Show file tree
Hide file tree
Showing 8 changed files with 1,624 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.

SUBDIRS = kernel dev9 fs hdd sound tcpip usb system debug memorycard network iLink
SUBDIRS = kernel dev9 fs hdd sound tcpip usb system debug memorycard network iLink cdvd

include $(PS2SDKSRC)/Defs.make
include $(PS2SDKSRC)/Rules.make
Expand Down
12 changes: 12 additions & 0 deletions iop/cdvd/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# _____ ___ ____ ___ ____
# ____| | ____| | | |____|
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.

SUBDIRS = cdfs

include $(PS2SDKSRC)/Defs.make
include $(PS2SDKSRC)/Rules.make
16 changes: 16 additions & 0 deletions iop/cdvd/cdfs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# _____ ___ ____ ___ ____
# ____| | ____| | | |____|
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
#-----------------------------------------------------------------------
# Copyright 2001-2009, ps2dev - http://www.ps2dev.org
# Licenced under Academic Free License version 2.0
# Review ps2sdk README & LICENSE files for further details.

# IOP_CFLAGS += -DSIO_DEBUG -DDEBUG

IOP_OBJS = main.o cdfs_iop.o imports.o

include $(PS2SDKSRC)/Defs.make
include $(PS2SDKSRC)/iop/Rules.bin.make
include $(PS2SDKSRC)/iop/Rules.make
include $(PS2SDKSRC)/iop/Rules.release
Loading

0 comments on commit 85bc643

Please sign in to comment.