Hopefully fix Windows build.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7044 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang 2011-02-02 20:00:24 +00:00
parent 9c21d003af
commit 39b1ade020
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void Renderer::Init()
{ {
if (!OpenGL_Create(640, 480)) // 640x480 will be the default if all else fails if (!OpenGL_Create(640, 480)) // 640x480 will be the default if all else fails
{ {
Core::Callback_VideoLog("Renderer::Create failed\n", TRUE); Core::Callback_VideoLog("Renderer::Create failed\n");
return; return;
} }
} }