mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-14 10:00:52 -05:00
Merge pull request #7437 from stenzek/graphics-options-race
Fix race condition caused by opening graphics options while running
This commit is contained in:
@@ -127,10 +127,6 @@ bool Host_RendererIsFullscreen()
|
||||
return false;
|
||||
}
|
||||
|
||||
void Host_ShowVideoConfig(void*, const std::string&)
|
||||
{
|
||||
}
|
||||
|
||||
void Host_YieldToUI()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user