summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinNoGUI/MainNoGUI.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2018-10-12 10:29:28 -0400
committerGitHub <noreply@github.com>2018-10-12 10:29:28 -0400
commitecd4897d43e115dbc00534fe74a5cc9d2c3a0fed (patch)
treea2a879c0df72ce242ec69b51405426d2b52f3bc5 /Source/Core/DolphinNoGUI/MainNoGUI.cpp
parent7ac90b55d6263b1369defcdcc85af290add87d9a (diff)
parent349765ba77df11a9d5eeac424ac87e0047c7f0b3 (diff)
Merge pull request #7437 from stenzek/graphics-options-race
Fix race condition caused by opening graphics options while running
Diffstat (limited to 'Source/Core/DolphinNoGUI/MainNoGUI.cpp')
-rw-r--r--Source/Core/DolphinNoGUI/MainNoGUI.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/DolphinNoGUI/MainNoGUI.cpp b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
index 23a502e8f6..5097b1b8f9 100644
--- a/Source/Core/DolphinNoGUI/MainNoGUI.cpp
+++ b/Source/Core/DolphinNoGUI/MainNoGUI.cpp
@@ -130,10 +130,6 @@ bool Host_RendererIsFullscreen()
return rendererIsFullscreen;
}
-void Host_ShowVideoConfig(void*, const std::string&)
-{
-}
-
void Host_YieldToUI()
{
}