Merge pull request #14 from libretro/link

Link Cable
This commit is contained in:
Twinaphex 2018-02-06 01:12:23 +01:00 committed by GitHub
commit 26d51a831c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 781 additions and 251 deletions

View File

@ -27,13 +27,6 @@ CORE_DIR := ../..
include ../Makefile.common
$(CORE_DIR)/libretro/%_boot.c: $(CORE_DIR)/BootROMs/prebuilt/%_boot.bin
echo "/* AUTO-GENERATED */" > $@
echo "const unsigned char $(notdir $(@:%.c=%))[] = {" >> $@
hexdump -v -e '/1 "0x%02x, "' $< >> $@
echo "};" >> $@
echo "const unsigned $(notdir $(@:%.c=%))_length = sizeof($(notdir $(@:%.c=%)));" >> $@
LOCAL_SRC_FILES := $(SOURCES_CXX) $(SOURCES_C)
LOCAL_CFLAGS += -DINLINE=inline -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DNDEBUG -D_USE_MATH_DEFINES -DGB_INTERNAL -std=c99 -I$(CORE_DIR) -DSAMEBOY_CORE_VERSION=\"$(VERSION)\"

File diff suppressed because it is too large Load Diff