mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Core/Host: Allow frontends to block inputs
This commit is contained in:
parent
0a3279ae6b
commit
61350b3d98
6 changed files with 23 additions and 2 deletions
|
@ -94,6 +94,10 @@ void Host_NotifyMapLoaded()
|
|||
void Host_RefreshDSPDebuggerWindow()
|
||||
{
|
||||
}
|
||||
bool Host_UIBlocksControllerState()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Host_Message(HostMessageID id)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue