Memory needs to be uniquely named for Android
This commit is contained in:
parent
b02aeab022
commit
a7db98c22e
@ -14,7 +14,7 @@
|
|||||||
#include "display.h"
|
#include "display.h"
|
||||||
#include "joypad.h"
|
#include "joypad.h"
|
||||||
#include "mbc.h"
|
#include "mbc.h"
|
||||||
#include "memory.h"
|
#include "gbmemory.h"
|
||||||
#include "printer.h"
|
#include "printer.h"
|
||||||
#include "timing.h"
|
#include "timing.h"
|
||||||
#include "z80_cpu.h"
|
#include "z80_cpu.h"
|
||||||
|
@ -3,7 +3,7 @@ INCFLAGS := -I$(CORE_DIR) \
|
|||||||
|
|
||||||
SOURCES_C := $(CORE_DIR)/Core/gb.c \
|
SOURCES_C := $(CORE_DIR)/Core/gb.c \
|
||||||
$(CORE_DIR)/Core/apu.c \
|
$(CORE_DIR)/Core/apu.c \
|
||||||
$(CORE_DIR)/Core/memory.c \
|
$(CORE_DIR)/Core/gbmemory.c \
|
||||||
$(CORE_DIR)/Core/mbc.c \
|
$(CORE_DIR)/Core/mbc.c \
|
||||||
$(CORE_DIR)/Core/timing.c \
|
$(CORE_DIR)/Core/timing.c \
|
||||||
$(CORE_DIR)/Core/display.c \
|
$(CORE_DIR)/Core/display.c \
|
||||||
|
@ -24,7 +24,7 @@ CORE_DIR := ../..
|
|||||||
include ../../Makefile.common
|
include ../../Makefile.common
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(SOURCES_CXX) $(SOURCES_C)
|
LOCAL_SRC_FILES := $(SOURCES_CXX) $(SOURCES_C)
|
||||||
LOCAL_CXXFLAGS += -DINLINE=inline -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DNDEBUG -D_USE_MATH_DEFINES
|
LOCAL_CXXFLAGS += -DINLINE=inline -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DNDEBUG -D_USE_MATH_DEFINES -DGB_INTERNAL
|
||||||
|
|
||||||
LOCAL_C_INCLUDES = $(INCFLAGS)
|
LOCAL_C_INCLUDES = $(INCFLAGS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user