Revert "GLInterface: Fix VideoSW on linux + OSX"

This commit is contained in:
Markus Wick
2015-09-18 13:40:09 +02:00
parent 3f56480903
commit a7e9a154a5
10 changed files with 14 additions and 18 deletions

View File

@ -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;