mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1430 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -680,8 +680,8 @@ void OpenGL_Shutdown()
|
|||||||
if (!wglMakeCurrent(NULL,NULL)) // Are We Able To Release The DC And RC Contexts?
|
if (!wglMakeCurrent(NULL,NULL)) // Are We Able To Release The DC And RC Contexts?
|
||||||
{
|
{
|
||||||
// [F|RES]: if this fails i dont see the message box and
|
// [F|RES]: if this fails i dont see the message box and
|
||||||
cant get out of the modal state
|
// cant get out of the modal state so i disable it.
|
||||||
// so i disable it. This function fails only if i render to main window
|
// This function fails only if i render to main window
|
||||||
// MessageBox(NULL,"Release Of DC And RC Failed.", "SHUTDOWN ERROR", MB_OK | MB_ICONINFORMATION);
|
// MessageBox(NULL,"Release Of DC And RC Failed.", "SHUTDOWN ERROR", MB_OK | MB_ICONINFORMATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user