android: Minimal JNI for yuzu.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <jni.h>
|
||||
|
||||
namespace IDCache {
|
||||
|
||||
JNIEnv* GetEnvForThread();
|
||||
jclass GetNativeLibraryClass();
|
||||
jmethodID GetExitEmulationActivity();
|
||||
|
||||
} // namespace IDCache
|
||||
Reference in New Issue
Block a user