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/Core/DolphinNoGUI/MainNoGUI.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp') diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp index 31ddb591bb..26b0e69a22 100644 --- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp +++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp @@ -119,6 +119,11 @@ void Host_TitleChanged() #endif } +std::unique_ptr Host_CreateGBAHost(std::weak_ptr core) +{ + return nullptr; +} + static std::unique_ptr GetPlatform(const optparse::Values& options) { std::string platform_name = static_cast(options.get("platform")); -- cgit v1.2.3