aboutsummaryrefslogtreecommitdiff
path: root/Makefile.retrostone
diff options
context:
space:
mode:
authorgameblabla2020-10-16 05:25:14 +0200
committergameblabla2020-10-16 05:25:14 +0200
commitc6d560b0adc5b321115f2597091422787588b807 (patch)
treef039e18bc7fca2c6cd2a999522620678c5b9ff07 /Makefile.retrostone
parent9ea18f315c385ec85cb28d44659b45589cfc9ac0 (diff)
downloadsnesemu-c6d560b0adc5b321115f2597091422787588b807.tar.gz
snesemu-c6d560b0adc5b321115f2597091422787588b807.tar.bz2
snesemu-c6d560b0adc5b321115f2597091422787588b807.zip
Revert some of the Miyoo specific changes
and make it so the menu button code works on most OpenDingux like platform.
Diffstat (limited to 'Makefile.retrostone')
-rw-r--r--Makefile.retrostone2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.retrostone b/Makefile.retrostone
index 0857a1e..99ccaee 100644
--- a/Makefile.retrostone
+++ b/Makefile.retrostone
@@ -9,7 +9,7 @@ PROFILE = APPLY
CC = /opt/retrostone-toolchain/bin/arm-buildroot-linux-musleabihf-gcc
# change compilation / linking flag options
-CFLAGS = -DLSB_FIRST -I. -Ilibretro-common/include -Isrc -DINLINE="inline" -DRIGHTSHIFT_IS_SAR
+CFLAGS = -DLSB_FIRST -I. -Ilibretro-common/include -Isrc -DINLINE="inline" -DRIGHTSHIFT_IS_SAR -DFAST_ALIGNED_LSB_WORD_ACCESS
CFLAGS += -Isource -I./shell/emu -I./shell/scalers -I./shell/emu -I./shell/audio -I./shell/menu -I./shell/video/sdl -I./shell/input -Ishell/headers
CFLAGS += -Ofast -fsingle-precision-constant -fno-PIC -flto