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:
parent
9c21d003af
commit
39b1ade020
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue