forked from dolphin-emu/dolphin
Core/Host: Allow frontends to block inputs
This commit is contained in:
@@ -94,6 +94,10 @@ void Host_NotifyMapLoaded()
|
||||
void Host_RefreshDSPDebuggerWindow()
|
||||
{
|
||||
}
|
||||
bool Host_UIBlocksControllerState()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Host_Message(HostMessageID id)
|
||||
{
|
||||
|
Reference in New Issue
Block a user