1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-24 17:49:52 +01:00

Add another OpenGL note

This commit is contained in:
Toni Spets 2011-07-05 21:48:51 +03:00
parent bfb161f27c
commit 1ac06dc85f

4
main.c
View File

@ -594,9 +594,9 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
"sensitivity=0.0\n" "sensitivity=0.0\n"
"; enable C&C/RA mouse hack\n" "; enable C&C/RA mouse hack\n"
"mhack=true\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" "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" "renderer=opengl\n"
, fh); , fh);
fclose(fh); fclose(fh);