Remove cg.lib from some files for Windows and renaming a function.

This commit is contained in:
Ryan Houdek
2012-12-26 00:07:43 -06:00
parent e9099459bb
commit f4e7a280a9
15 changed files with 23 additions and 23 deletions

View File

@ -73,7 +73,7 @@ bool VideoSoftware::Initialize(void *&window_handle)
g_SWVideoConfig.Load((File::GetUserPath(D_CONFIG_IDX) + "gfx_software.ini").c_str());
InitInterface();
if (!GLInterface->CreateWindow(window_handle))
if (!GLInterface->Create(window_handle))
{
INFO_LOG(VIDEO, "%s", "SWRenderer::Create failed\n");
return false;