add hidden option for linear filtering on direct3d 9 (16bpp games only)
This commit is contained in:
parent
c834411677
commit
d85b6e3243
3 changed files with 10 additions and 0 deletions
1
inc/dd.h
1
inc/dd.h
|
@ -105,6 +105,7 @@ typedef struct cnc_ddraw
|
|||
BOOL dk2hack;
|
||||
BOOL nonexclusive;
|
||||
BOOL fixchildwindows;
|
||||
BOOL d3d9linear;
|
||||
BOOL bnet_active;
|
||||
BOOL bnet_was_fullscreen;
|
||||
BOOL bnet_was_upscaled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue