Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit b6c17ee

Browse files
authored
Merge pull request #129 from FlykeSpice/Misc-fix
Bruh the correct macro definition is HAVE_GME not HAVE_LIBGME
2 parents a9fe5ad + 0f9bc8a commit b6c17ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/jni/src/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LOCAL_SRC_FILES += $(SRC_MAIN)/comptime.c $(SRC_MAIN)/md5.c
3838

3939
# Compile flags
4040
LOCAL_CFLAGS += -DUNIXCOMMON -DLINUX \
41-
-DHAVE_SDL -DHAVE_MIXER -DHAVE_MIXERX -DHAVE_LIBGME \
41+
-DHAVE_SDL -DHAVE_MIXER -DHAVE_MIXERX -DHAVE_GME \
4242
-DHWRENDER -DHAVE_GLES -DHAVE_GLES2 \
4343
-DTOUCHINPUTS -DNATIVESCREENRES -DDIRECTFULLSCREEN \
4444
-DHAVE_ZLIB -DHAVE_PNG -DHAVE_CURL \

0 commit comments

Comments
 (0)