Core/Host: Allow frontends to block inputs

This commit is contained in:
spycrab 2019-03-18 17:30:33 +01:00
commit 61350b3d98
6 changed files with 23 additions and 2 deletions

View file

@ -94,6 +94,10 @@ void Host_NotifyMapLoaded()
void Host_RefreshDSPDebuggerWindow()
{
}
bool Host_UIBlocksControllerState()
{
return false;
}
void Host_Message(HostMessageID id)
{