mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
android: thread local env
This commit is contained in:
parent
3132839113
commit
0dec8feadb
6 changed files with 33 additions and 70 deletions
|
@ -10,7 +10,7 @@ namespace IDCache
|
|||
{
|
||||
static constexpr jint JNI_VERSION = JNI_VERSION_1_6;
|
||||
|
||||
JavaVM* GetJavaVM();
|
||||
JNIEnv* GetEnvForThread();
|
||||
|
||||
jclass GetNativeLibraryClass();
|
||||
jmethodID GetDisplayAlertMsg();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue