win_opengl: restrict to DEV_BRANCH as a separate renderer

This commit is contained in:
ts-korhonen
2021-04-17 13:45:11 +03:00
parent b7be825ba7
commit e6bac34b47
5 changed files with 29 additions and 6 deletions

View File

@@ -66,6 +66,9 @@ BEGIN
MENUITEM "&SDL (Software)", IDM_VID_SDL_SW
MENUITEM "SDL (&Hardware)", IDM_VID_SDL_HW
MENUITEM "SDL (&OpenGL)", IDM_VID_SDL_OPENGL
#ifdef DEV_BRANCH
MENUITEM "Open&GL (3.3 Core)", IDM_VID_OPENGL_CORE
#endif
#ifdef USE_VNC
MENUITEM "&VNC", IDM_VID_VNC
#endif