mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-17 12:58:55 +02:00
Revert "GLInterface: Fix VideoSW on linux + OSX"
This commit is contained in:
@ -57,7 +57,7 @@ bool cInterfaceWGL::PeekMessages()
|
||||
|
||||
// Create rendering window.
|
||||
// Call browser: Core.cpp:EmuThread() > main.cpp:Video_Initialize()
|
||||
bool cInterfaceWGL::Create(void *window_handle, bool core)
|
||||
bool cInterfaceWGL::Create(void *window_handle)
|
||||
{
|
||||
if (window_handle == nullptr)
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user