mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, more on chd support
This commit is contained in:
parent
15ca715228
commit
8374e606ab
2 changed files with 20 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -237,8 +237,7 @@ endif
|
|||
endif
|
||||
|
||||
ifneq (,$(HAVE_LIBCHDR))
|
||||
CFLAGS += -DUSE_LIBCHDR -Iplatform/common/libchdr/include
|
||||
LDFLAGS += -Lplatform/common/libchdr -lchdr
|
||||
CFLAGS += -DUSE_LIBCHDR
|
||||
endif
|
||||
|
||||
ifeq "$(PLATFORM_ZLIB)" "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue