summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Software/SWmain.cpp
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2015-09-18 13:48:47 +0200
committerMarkus Wick <degasus@users.noreply.github.com>2015-09-18 13:48:47 +0200
commitb293bd22d669ad8c6fadabc7fe12ec1a1fec4ad3 (patch)
treefd2a0276356af292e34c5514e2b61ded3243f80d /Source/Core/VideoBackends/Software/SWmain.cpp
parent8bd1be643c15643f626ada0e3992ba23ccb53363 (diff)
parenta7e9a154a58ce1cda9b2b721e57f4045f58c20eb (diff)
Merge pull request #3060 from dolphin-emu/revert-3054-master
Revert "GLInterface: Fix VideoSW on linux + OSX"
Diffstat (limited to 'Source/Core/VideoBackends/Software/SWmain.cpp')
-rw-r--r--Source/Core/VideoBackends/Software/SWmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Software/SWmain.cpp b/Source/Core/VideoBackends/Software/SWmain.cpp
index 12713bcc4e..93dd37f03f 100644
--- a/Source/Core/VideoBackends/Software/SWmain.cpp
+++ b/Source/Core/VideoBackends/Software/SWmain.cpp
@@ -78,7 +78,7 @@ bool VideoSoftware::Initialize(void *window_handle)
InitInterface();
GLInterface->SetMode(GLInterfaceMode::MODE_DETECT);
- if (!GLInterface->Create(window_handle, false))
+ if (!GLInterface->Create(window_handle))
{
INFO_LOG(VIDEO, "GLInterface::Create failed.");
return false;