mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
GLUtil: Encapsulate functions in a namespace
This commit is contained in:
@ -160,7 +160,7 @@ bool VideoBackend::Initialize(void* window_handle)
|
||||
InitBackendInfo();
|
||||
InitializeShared();
|
||||
|
||||
InitInterface();
|
||||
GLUtil::InitInterface();
|
||||
GLInterface->SetMode(GLInterfaceMode::MODE_DETECT);
|
||||
if (!GLInterface->Create(window_handle, g_ActiveConfig.stereo_mode == StereoMode::QuadBuffer))
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user