summaryrefslogtreecommitdiff
path: root/Source/Android/jni/MainAndroid.cpp
diff options
context:
space:
mode:
authorBonta <40473493+Bonta0@users.noreply.github.com>2021-07-04 13:09:46 +0200
committerBonta <40473493+Bonta0@users.noreply.github.com>2021-07-13 16:42:49 +0200
commit2d744da68c31814ee3d5d3696aaa4d6bf5955a21 (patch)
tree8c96156f610bbd81c180ee623cd91159790f0430 /Source/Android/jni/MainAndroid.cpp
parentd849d5669509eacae4a1d9fd995af77b53159df7 (diff)
Core: Add GBA host interface
Diffstat (limited to 'Source/Android/jni/MainAndroid.cpp')
-rw-r--r--Source/Android/jni/MainAndroid.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp
index e1066f1584..765bab1bcb 100644
--- a/Source/Android/jni/MainAndroid.cpp
+++ b/Source/Android/jni/MainAndroid.cpp
@@ -173,6 +173,11 @@ void Host_TitleChanged()
env->CallStaticVoidMethod(IDCache::GetNativeLibraryClass(), IDCache::GetOnTitleChanged());
}
+std::unique_ptr<GBAHostInterface> Host_CreateGBAHost(std::weak_ptr<HW::GBA::Core> core)
+{
+ return nullptr;
+}
+
static bool MsgAlert(const char* caption, const char* text, bool yes_no, Common::MsgType style)
{
// If a panic alert happens very early in the execution of a game, we can crash here with