mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
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:
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user