mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
OGL: Support Quad-Buffered stereoscopy.
This commit is contained in:
@ -111,7 +111,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, bool stereo, bool core)
|
||||
{
|
||||
EGLint egl_major, egl_minor;
|
||||
bool supports_core_profile = false;
|
||||
|
Reference in New Issue
Block a user