This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/platform/android
Michel Heily ba2eff82ac platform/android: Big re-write of native interface
Mainly convert mainloop and audio thread into native code for
performance increase. (Calling into JNI every frame was costy)

The code was cleaned up quite a bit, but I may have introduced new bugs
in this process :<


Former-commit-id: fdbc21b5ab39f3d2e36647fd1177dc9a84a16980
Former-commit-id: ac765dbee8c994e1b69cc694846511837c2685b9
2020-09-30 00:27:00 +03:00
..
.idea Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
app platform/android: Big re-write of native interface 2020-09-30 00:27:00 +03:00
gradle/wrapper Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
.gitignore Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
build.gradle Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
gradle.properties Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
gradlew Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
gradlew.bat Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
README.md Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00
settings.gradle Refactor project workspace and fix build 2020-04-10 00:53:41 +03:00

RustdroidAdvance

RustdroidAdvance is an android frontend for my rustboyadvance emulator core