Так вроде бы вот такое вот есть:
DxWrapper
Basic Configuration for the DxWrapper
Compatible Games
Цитата:
AnisotropicFiltering
This will force the built-in Direct3D9 Anisotropic Filtering to be enabled. Currently it does not modify the actual texture filtering so it will have little effect on the actual game visuals. This requires either the game to use Direct3D9 or for the Dd7to9 or D3d8to9 options to be enabled. 1 = highest your video card can support. 2, 4, 8, or 16 = specific AF settings you want to configure.
AntiAliasing
This will force the built-in Direct3D9 AntiAliasing to be enabled. This requires either the game to use Direct3D9 or for the Dd7to9 or D3d8to9 options to be enabled. This can be set to 0 for off or 1 for on.
Note: this can cause unwanted artifacts or missing surfaces on some games that don't support AntiAliasing.
EnableVSync
This will force v-sync to be enabled. This requires either the game to use Direct3D9 or for the Dd7to9 or D3d8to9 options to be enabled. This can be set to 0 for off or 1 for on.
EnableWindowMode
This will force the game into windowed. This requires either the game to use Direct3D9 or for the Dd7to9 or D3d8to9 options to be enabled. This can be set to 0 for off or 1 for on.
Note: this option does not work on all games, specifically some games made using DirectDraw have issues with this mode.
ForceVsyncMode
This will force the v-sync mode to be enabled or disabled based on the EnableVSync option. If EnableVSync is enabled then it will force v-sync one mode. If EnableVSync is disaled it will force v-sync off. This requires either the game to use Direct3D9 or for the Dd7to9 or D3d8to9 options to be enabled. This can be set to 0 for off or 1 for on.
FullscreenWindowMode
This will force the game into fullscreen windowed mode. This requires either the game to use Direct3D9 or for the Dd7to9 or D3d8to9 options to be enabled. This can be set to 0 for off or 1 for on.
WindowModeBorder
This will enable the windows border when forcing windowed mode. This requires the EnableWindowMode option to be enabled. This can be set to 0 for off or 1 for on.