mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 23:58:59 +00: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:
parent
9c21d003af
commit
39b1ade020
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue