Added new amiberry.conf parameters
- Default open gui key - Default quit key - Rotation Angle
This commit is contained in:
parent
e61e34e436
commit
a59896d96d
8 changed files with 49 additions and 11 deletions
5
Makefile
5
Makefile
|
@ -148,7 +148,10 @@ else ifeq ($(PLATFORM),go-advance)
|
|||
LDFLAGS += ${LIBGO2_LDFLAGS}
|
||||
AARCH64 = 1
|
||||
|
||||
# Rockchip RK3288 e.g. Asus Tinker Board / RK3328 e.g. PINE64 Rock64 / RK3399 e.g. PINE64 RockPro64 - 32-bit userspace
|
||||
# RK3288 e.g. Asus Tinker Board
|
||||
# RK3328 e.g. PINE64 Rock64
|
||||
# RK3399 e.g. PINE64 RockPro64
|
||||
# RK3326 e.g. Odroid Go Advance - 32-bit userspace
|
||||
else ifneq (,$(findstring RK,$(PLATFORM)))
|
||||
CPPFLAGS += -DARMV6_ASSEMBLY -D_FILE_OFFSET_BITS=64 -DARMV6T2 -DUSE_ARMNEON -DARM_HAS_DIV -DFASTERCYCLES -DSOFTWARE_CURSOR
|
||||
HAVE_NEON = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue