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:
parent
2ba4bbf1e2
commit
4cb7b61cc3
2
main.c
2
main.c
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user