From c6d560b0adc5b321115f2597091422787588b807 Mon Sep 17 00:00:00 2001 From: gameblabla Date: Fri, 16 Oct 2020 05:25:14 +0200 Subject: Revert some of the Miyoo specific changes and make it so the menu button code works on most OpenDingux like platform. --- Makefile.retrostone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.retrostone') 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 -- cgit v1.2.3