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

@@ -306,8 +306,9 @@
#define IDM_VID_SDL_SW 40050
#define IDM_VID_SDL_HW 40051
#define IDM_VID_SDL_OPENGL 40052
#define IDM_VID_OPENGL_CORE 40053
#ifdef USE_VNC
#define IDM_VID_VNC 40053
#define IDM_VID_VNC 40054
#endif
#define IDM_VID_SCALE_1X 40055
#define IDM_VID_SCALE_2X 40056