Expose software renderer in ddraw.ini
This commit is contained in:
parent
2ba4bbf1e2
commit
4cb7b61cc3
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -596,6 +596,8 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
|
|||
"mhack=true\n"
|
||||
"; enable C&C video resize hack, auto = auto-detect game, true = forced, false = disabled\n"
|
||||
"vhack=auto\n"
|
||||
"; switch between OpenGL (opengl) and software (gdi) renderers, latter supports less features\n"
|
||||
"renderer=opengl\n"
|
||||
, fh);
|
||||
fclose(fh);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue