forked from dolphin-emu/dolphin
Remove cg.lib from some files for Windows and renaming a function.
This commit is contained in:
@@ -166,7 +166,7 @@ bool VideoBackend::Initialize(void *&window_handle)
|
||||
UpdateActiveConfig();
|
||||
|
||||
InitInterface();
|
||||
if (!GLInterface->CreateWindow(window_handle))
|
||||
if (!GLInterface->Create(window_handle))
|
||||
return false;
|
||||
|
||||
s_BackendInitialized = true;
|
||||
|
||||
Reference in New Issue
Block a user