From 933aa1be6910ef49023716a59f815e679f0b934a Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 17 Mar 2022 20:15:20 +0000 Subject: Updated Makefile for updated devkitpro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c856bc..0a17dce 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,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