summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoSoftware
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2012-12-26 00:07:43 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2012-12-26 00:07:43 -0600
commitf4e7a280a9cc968f9a20ef2f027ed3b3753d6940 (patch)
treed16fffe0cc685f02f230859b3dcbb98e359829d7 /Source/Plugins/Plugin_VideoSoftware
parente9099459bb6d2e66eefb6686c2fee2a03bf19fd5 (diff)
Remove cg.lib from some files for Windows and renaming a function.
Diffstat (limited to 'Source/Plugins/Plugin_VideoSoftware')
-rw-r--r--Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
index 1c18b1c165..11f7f39b5c 100644
--- a/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
+++ b/Source/Plugins/Plugin_VideoSoftware/Src/SWmain.cpp
@@ -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;