mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #3054 from degasus/master
GLInterface: Fix VideoSW on linux + OSX
This commit is contained in:
commit
e4dfb2f6bf
10 changed files with 18 additions and 14 deletions
|
@ -78,7 +78,7 @@ bool VideoSoftware::Initialize(void *window_handle)
|
|||
|
||||
InitInterface();
|
||||
GLInterface->SetMode(GLInterfaceMode::MODE_DETECT);
|
||||
if (!GLInterface->Create(window_handle))
|
||||
if (!GLInterface->Create(window_handle, false))
|
||||
{
|
||||
INFO_LOG(VIDEO, "GLInterface::Create failed.");
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue