From 626a52ce8b4a8b2989b3c871f9ec5bb4886eba2c Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 17 Mar 2022 20:19:11 +0000 Subject: Updated Makefile for newer devkitpro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4fd0cc9..5d32140 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ CFLAGS := -g -Wall -O2 -mword-relocations \ -ffunction-sections \ $(ARCH) -CFLAGS += $(INCLUDE) -DARM11 -D_3DS +CFLAGS += $(INCLUDE) -D__3DS__ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11 -- cgit v1.2.3