You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for current droidports/gmloader w/ changes after review:
- use master/HEAD of droidports (faf3970 didn't build any more)
- provide libc++_shared.so (ARM EABI) for APKs which don't provide it [1]
- Using the optimized Spelunky APK
- Acquisition of fallback '.so' file in 'configure()' function
- Disable mouse cursor visible on top left
- Add RetroPie exit emulator button combo
Tested both sample games without flaws on a Rpi3 and Rpi4 with current RetroPie-Setup (86f65883).
[1] https://developer.android.com/ndk/guides/cpp-support#libc
Copy file name to clipboardExpand all lines: scriptmodules/ports/gmloader.sh
+48-19Lines changed: 48 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -12,53 +12,82 @@
12
12
13
13
rp_module_id="gmloader"
14
14
rp_module_desc="GMLoader - play GameMaker Studio games for Android on non-Android operating systems"
15
-
rp_module_help="ROM Extensions: .apk .APK\n\nIncludes free games Maldita Castilla and Spelunky Classic HD. Use launch scripts as template for additional games."
rp_module_help="ROM Extensions: .apk .APK\n\nIncludes free games Maldita Castilla and Spelunky Classic HD. Use a launch script (e.g. 'Spelunky Classic HD.sh') as template for additional games."
0 commit comments