mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 08:48:35 +00:00
Revert "GLInterface: Fix VideoSW on linux + OSX"
This commit is contained in:
parent
3f56480903
commit
a7e9a154a5
10 changed files with 14 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue