mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Revert "GLInterface: Fix VideoSW on linux + OSX"
This commit is contained in:
@ -96,7 +96,7 @@ void cInterfaceEGL::DetectMode()
|
||||
|
||||
// Create rendering window.
|
||||
// Call browser: Core.cpp:EmuThread() > main.cpp:Video_Initialize()
|
||||
bool cInterfaceEGL::Create(void *window_handle, bool core)
|
||||
bool cInterfaceEGL::Create(void *window_handle)
|
||||
{
|
||||
const char *s;
|
||||
EGLint egl_major, egl_minor;
|
||||
|
Reference in New Issue
Block a user