Skip to content

Commit 13fb331

Browse files
committed
MIYOO: Makefile.libretro: add HAVE_KBDJOYPAD
1 parent 50b92e3 commit 13fb331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.libretro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LDFLAGS = -lz -lpthread
4545
MORE_CFLAGS = -g -O0 -fpermissive -fPIC
4646
else ifeq ($(platform), miyoo)
4747
LDFLAGS = -lz -lpthread
48-
MORE_CFLAGS = -g -O3 -fno-PIC -DFAST_COMPILER
48+
MORE_CFLAGS = -g -O3 -fno-PIC -DFAST_COMPILER -DHAVE_KBDJOYPAD
4949
endif
5050
ifeq ($(LTO),yes)
5151
LDFLAGS += -flto

0 commit comments

Comments
 (0)