From 2d744da68c31814ee3d5d3696aaa4d6bf5955a21 Mon Sep 17 00:00:00 2001 From: Bonta <40473493+Bonta0@users.noreply.github.com> Date: Sun, 4 Jul 2021 13:09:46 +0200 Subject: Core: Add GBA host interface --- Source/Android/jni/MainAndroid.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/Android/jni/MainAndroid.cpp') 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 Host_CreateGBAHost(std::weak_ptr 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 -- cgit v1.2.3