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
I changed the path to use the newest NDK because the version in the build script is no longer downloadable.
I've not had time to look into this more since my post.
The latest version on Google Play has two issues that I would like to fix:
It runs too fast if the Hz is faster than 50 (PAL). It seems it doesn't cap FPS at 50, but syncs to the Hz of the phone screen. A possible solution is to recompile and publish a new app, or change type of app to Game. This will allow phones with a Game Launcher such as Samsung to use 48Hz. This is slower than 50 but very close. For someone else to do this would require the app to be .AAB, not .APK, and I don't know a way to convert or repackage. For an existing app, Google still allows the author to upload updates as .APK. Is there a version of the build script that produces an .AAB file?
The other option is to force a screen mode of 50Hz, when the emulation starts. This is possible in other apps e.g. Youtube.
Cursor keys are hardcoded to Joyport 2 and don't cause key presses when a physical keyboard is connected. All other keys work.
I would like to see these two things to be fixed so that software runs at the correct framerate and Hz, and so that a physical keyboard can be used fully.
I've set up a dedicated Linux PC specifically for working on this emulator. I have coded with Linux and SDL before, but this was a while ago. I'm experienced and I offer to collaborate and test. I should have some more spare time available in the next weeks.
Following this (intelligently, since it was not updated for the released version or after) results in success of all steps but the last.
build.sh produces an .apk which is a broken symlink.
Output:
The text was updated successfully, but these errors were encountered: