Import key option in android (#620)

* Implement option to import keys

* Fix crashes

* Remove redundant code
This commit is contained in:
Gabriel Machado 2024-10-25 03:22:26 -04:00 committed by GitHub
parent 85d363c17d
commit a6750e7aef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 1 deletions

View file

@ -89,6 +89,7 @@ AlberFunction(void, Finalize)(JNIEnv* env, jobject obj) {
emulator = nullptr;
hidService = nullptr;
renderer = nullptr;
romLoaded = false;
}
AlberFunction(jboolean, HasRomLoaded)(JNIEnv* env, jobject obj) { return romLoaded; }