From f1d14fbe7ce749b613ee2f7071cdfff1de013152 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 4 Nov 2015 15:46:27 +0100 Subject: (3ds) dynarec: map the translation caches to specific addresses at runtime, increases compatibility with loaders that can reloacate each program section seperately. move the svc enabling functions to the frontend. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a3d917b..a4b90be 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ else ifeq ($(platform), ctr) CFLAGS += -fomit-frame-pointer -ffast-math CXXFLAGS = $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11 CPU_ARCH := arm - # dynarec unavailable on ninjhax 2.0 + # dynarec unavailable with the HBL on FW > 9.2 HAVE_DYNAREC = 1 STATIC_LINKING = 1 @@ -330,7 +330,7 @@ CODE_DEFINES = COMMON_DEFINES += $(CODE_DEFINES) $(WARNINGS_DEFINES) -DNDEBUG=1 $(fpic) -CFLAGS += $(DEFINES) $(COMMON_DEFINES) +CFLAGS += $(DEFINES) $(COMMON_DEFINES) -Werror=implicit-function-declaration ifeq ($(FRONTEND_SUPPORTS_RGB565), 1) CFLAGS += -DFRONTEND_SUPPORTS_RGB565 -- cgit v1.2.3