summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/jni/native.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/jni/native.h')
-rw-r--r--src/android/app/src/main/jni/native.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/android/app/src/main/jni/native.h b/src/android/app/src/main/jni/native.h
index f1457bd1f..96c22d52b 100644
--- a/src/android/app/src/main/jni/native.h
+++ b/src/android/app/src/main/jni/native.h
@@ -54,6 +54,8 @@ public:
static void OnEmulationStarted();
+ static u64 GetProgramId(JNIEnv* env, jstring jprogramId);
+
private:
static void LoadDiskCacheProgress(VideoCore::LoadCallbackStage stage, int progress, int max);
static void OnEmulationStopped(Core::SystemResultStatus result);