Added render thread option by default on RockPro64 target
This commit is contained in:
parent
aa5c00bbaa
commit
9c41112607
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue