Added render thread option by default on RockPro64 target

This commit is contained in:
Dimitris Panokostas 2020-07-08 18:55:48 +02:00
parent aa5c00bbaa
commit 9c41112607

View file

@ -94,7 +94,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
CPPFLAGS += -DCPU_AARCH64 -D_FILE_OFFSET_BITS=64 -DUSE_RENDER_THREAD
AARCH64 = 1
# Raspberry Pi 3/4 (SDL2 64-bit)