mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-05 04:05:27 +02:00
GL init: Don't die if wglCreateContextAttribsARB is supported but returns 0.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user