GL init: Don't die if wglCreateContextAttribsARB is supported but returns 0.

This commit is contained in:
Henrik Rydgard
2013-03-17 14:47:57 +01:00
parent 8f0cd93ca9
commit 53bcb29ef6
2 changed files with 19 additions and 13 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ namespace MainWindow
TCHAR *szWindowClass = TEXT("PPSSPPWnd");
TCHAR *szDisplayClass = TEXT("PPSSPPDisplay");
// Foward declarations of functions included in this code module:
// Forward declarations of functions included in this code module:
LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK DisplayProc(HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About(HWND, UINT, WPARAM, LPARAM);