From 76056fbe9fbb49808bab62dcbbc57f0d59773ee9 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Wed, 10 Jun 2020 21:07:54 +0200 Subject: [PATCH] Removed no longer needed software_cursor for N2 platform --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f066b31..e3f9fca5 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ else ifeq ($(PLATFORM),c1) # Odroid N1/N2, RockPro64 (SDL2 64-bit) else ifeq ($(PLATFORM),n2) CPUFLAGS += -mcpu=cortex-a72 - CPPFLAGS += -DCPU_AARCH64 -D_FILE_OFFSET_BITS=64 -DSOFTWARE_CURSOR + CPPFLAGS += -DCPU_AARCH64 -D_FILE_OFFSET_BITS=64 AARCH64 = 1 # Raspberry Pi 3/4 (SDL2 64-bit)