mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-05 06:42:57 +12:00
Import key option in android (#620)
* Implement option to import keys * Fix crashes * Remove redundant code
This commit is contained in:
parent
85d363c17d
commit
a6750e7aef
8 changed files with 90 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue