Lower required OpenGL version from 3.3 -> 3.0

This commit is contained in:
ts-korhonen
2021-12-04 21:26:55 +02:00
parent 9679ec1955
commit 40abfc1b5e
23 changed files with 125 additions and 667 deletions

View File

@@ -41,7 +41,7 @@ BEGIN
MENUITEM "&SDL (Software)", IDM_VID_SDL_SW
MENUITEM "SDL (&Hardware)", IDM_VID_SDL_HW
MENUITEM "SDL (&OpenGL)", IDM_VID_SDL_OPENGL
MENUITEM "Open&GL (3.3)", IDM_VID_OPENGL_CORE
MENUITEM "Open&GL (3.0)", IDM_VID_OPENGL_CORE
#ifdef USE_VNC
MENUITEM "&VNC", IDM_VID_VNC
#endif