From 1ac06dc85f33820830589de2eef0e78a76331e3f Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Tue, 5 Jul 2011 21:48:51 +0300 Subject: [PATCH] Add another OpenGL note --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index ce53dba..726d72e 100644 --- a/main.c +++ b/main.c @@ -594,9 +594,9 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk "sensitivity=0.0\n" "; enable C&C/RA mouse hack\n" "mhack=true\n" - "; enable C&C video resize hack, auto = auto-detect game, true = forced, false = disabled\n" + "; enable C&C video resize hack, auto = auto-detect game, true = forced, false = disabled (OpenGL only)\n" "vhack=auto\n" - "; switch between OpenGL (opengl) and software (gdi) renderers, latter supports less features\n" + "; switch between OpenGL (opengl) and software (gdi) renderers, latter supports less features but might be faster depending on the GPU\n" "renderer=opengl\n" , fh); fclose(fh);