Removed no longer needed software_cursor for N2 platform

This commit is contained in:
Dimitris Panokostas 2020-06-10 21:07:54 +02:00
parent d782cde4b8
commit 76056fbe9f

View file

@ -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)