We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2833bf commit a8943e6Copy full SHA for a8943e6
1 file changed
Makefile.libretro
@@ -45,7 +45,7 @@ LDFLAGS = -lz -lpthread
45
MORE_CFLAGS = -g -O0 -fpermissive -fPIC
46
else ifeq ($(platform), miyoo)
47
LDFLAGS = -lz -lpthread
48
-MORE_CFLAGS = -g -O3 -fno-PIC -DFAST_COMPILER
+MORE_CFLAGS = -g -O3 -fno-PIC -DFAST_COMPILER -DHAVE_KBDJOYPAD
49
endif
50
ifeq ($(LTO),yes)
51
LDFLAGS += -flto
0 commit comments