mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +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"
|
||||
"; developer mode (don't lock the cursor)\n"
|
||||
"devmode=false\n"
|
||||
"; preliminary libretro shader support (e.g. cubic.glsl) https://github.com/libretro/glsl-shaders\n"
|
||||
"shader=\n"
|
||||
|
||||
, fh);
|
||||
fclose(fh);
|
||||
|
Loading…
x
Reference in New Issue
Block a user