Skip to content

Commit

Permalink
Fix Android for 4.3 and 4.4, add Android fixes to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Dec 2, 2024
1 parent b8e05d1 commit c3d2f25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/android/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ JNI_INCLUDES := arch/android/include
JNI_LIBS := ${JNI_LIB_DIR}/${ABI}

ARCH_CFLAGS += -DANDROID -fPIE -fPIC
ARCH_LDFLAGS += -shared
ARCH_LDFLAGS += -shared -llog
ARCH_CXXFLAGS := ${ARCH_CFLAGS}

SDL_PREFIX := ${PREFIX}
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ supports x86 (32-bit). The Darwin multiarchitecture port has
also been updated to fix arm64 and arm64e support (only arm64 is
included in builds).

Also included are Android fixes for Android 11+ (thanks asie)
and also a fix for a bug preventing MZX from starting on Jelly
Bean and KitKat.

USERS

+ The DOS Sound Blaster driver now supports Sound Blaster with
Expand Down Expand Up @@ -55,6 +59,9 @@ USERS
file fails to save or load, MZX will attempt to save or load a
".cne" file instead. This allows this feature to work in DOS
builds when there is no long filename (LFN) support.
+ Fixed filesystem permissions on Android 11.0 and up. (asie)
+ Fixed linkage bug preventing MegaZeux from starting in Android
Jelly Bean and KitKat due to a missing logging symbol.

DEVELOPERS

Expand Down Expand Up @@ -102,6 +109,8 @@ DEVELOPERS
+ The dependency builder scripts now support building Xcode
frameworks for both x86_64 and arm64. Updated SDL to 2.30.8,
libpng to 1.6.44, libogg to 1.3.5, and libvorbis to 1.3.7.
+ Enabled 16k pages on Android to hopefully future-proof
MegaZeux against Android 15.0. (asie)


September 10th, 2024 - MZX 2.93b
Expand Down

0 comments on commit c3d2f25

Please sign in to comment.