mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Remove cg.lib from some files for Windows and renaming a function.
This commit is contained in:
parent
e9099459bb
commit
f4e7a280a9
15 changed files with 23 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue