xperia64 / android-mkxp

A port of MKXP and its dependencies to Android
18 stars 22 forks source link

Compiles but doesn't work for AArch64 #7

Closed pulsejet closed 7 years ago

pulsejet commented 7 years ago

Since armv8 doesn't support __builtin_setjmp, I had to get rid if it, but after doing this, while armv7 still compiles and runs fine, the compiled armv8 binary crashes on start due to some fluidsynth error (in logcat). On removing fluidsynth, it crashes due to some OpenAL error whenever the first sound is played.

pulsejet commented 7 years ago

This was accidentally duplicated due to a bad internet connection at my place. Delete this one.