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

Expose software renderer in ddraw.ini

This commit is contained in:
Toni Spets 2011-07-05 21:36:54 +03:00
parent 2ba4bbf1e2
commit 4cb7b61cc3

2
main.c
View File

@ -596,6 +596,8 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
"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\n"
"vhack=auto\n" "vhack=auto\n"
"; switch between OpenGL (opengl) and software (gdi) renderers, latter supports less features\n"
"renderer=opengl\n"
, fh); , fh);
fclose(fh); fclose(fh);
} }