summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/jni/native.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-12-16 19:57:54 +0100
committerGitHub <noreply@github.com>2023-12-16 19:57:54 +0100
commit00965e6c3433794c3654fccb119edcf9d6bcca99 (patch)
tree4b07c0caee8a9a45f18c0f1ec6036e71a3915682 /src/android/app/src/main/jni/native.h
parentMerge pull request #12331 from liamwhite/layer-confusion (diff)
parentandroid: Rework InstallableProperty view with icon (diff)
downloadyuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.gz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.bz2
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.lz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.xz
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.tar.zst
yuzu-00965e6c3433794c3654fccb119edcf9d6bcca99.zip
Diffstat (limited to 'src/android/app/src/main/jni/native.h')
-rw-r--r--src/android/app/src/main/jni/native.h3
1 files changed, 3 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..4a8049578 100644
--- a/src/android/app/src/main/jni/native.h
+++ b/src/android/app/src/main/jni/native.h
@@ -21,6 +21,7 @@ public:
static EmulationSession& GetInstance();
const Core::System& System() const;
Core::System& System();
+ FileSys::ManualContentProvider* GetContentProvider();
const EmuWindow_Android& Window() const;
EmuWindow_Android& Window();
@@ -54,6 +55,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);