- replaced gl_PatchMenu with an MMX 'ifoption' check.

This commit is contained in:
Christoph Oelckers 2018-04-25 19:36:48 +02:00
commit 85300993af
4 changed files with 33 additions and 35 deletions

View file

@ -52,7 +52,6 @@ FGLRenderer *GLRenderer;
void gl_LoadExtensions();
void gl_PrintStartupLog();
void gl_SetupMenu();
CUSTOM_CVAR(Int, vid_hwgamma, 2, CVAR_ARCHIVE | CVAR_GLOBALCONFIG | CVAR_NOINITCALL)
{
@ -86,7 +85,6 @@ OpenGLFrameBuffer::OpenGLFrameBuffer(void *hMonitor, int width, int height, int
InitializeState();
mDebug = std::make_shared<FGLDebug>();
mDebug->Update();
gl_SetupMenu();
DoSetGamma();
}