mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-25 05:49:15 -05:00
Core: Add GBA host interface
This commit is contained in:
@@ -56,3 +56,7 @@ void Host_YieldToUI()
|
||||
void Host_TitleChanged()
|
||||
{
|
||||
}
|
||||
std::unique_ptr<GBAHostInterface> Host_CreateGBAHost(std::weak_ptr<HW::GBA::Core> core)
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user