mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
add shader settings to ddraw.ini
This commit is contained in:
parent
017ce900d8
commit
8ba9b570fd
@ -993,6 +993,8 @@ HRESULT WINAPI DirectDrawCreate(GUID FAR* lpGUID, LPDIRECTDRAW FAR* lplpDD, IUnk
|
|||||||
"noactivateapp=false\n"
|
"noactivateapp=false\n"
|
||||||
"; developer mode (don't lock the cursor)\n"
|
"; developer mode (don't lock the cursor)\n"
|
||||||
"devmode=false\n"
|
"devmode=false\n"
|
||||||
|
"; preliminary libretro shader support (e.g. cubic.glsl) https://github.com/libretro/glsl-shaders\n"
|
||||||
|
"shader=\n"
|
||||||
|
|
||||||
, fh);
|
, fh);
|
||||||
fclose(fh);
|
fclose(fh);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user