mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
GLUtil: Encapsulate functions in a namespace
This commit is contained in:
parent
e31cc1f679
commit
51a586d11a
4 changed files with 11 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue