Forcing antialiasing for native d3d9 game? #133
Replies: 4 comments 5 replies
-
You can try it. |
Beta Was this translation helpful? Give feedback.
-
Yes, it should be possible to enable antialiasing in native DirectX 9 games. However, it doesn't work for all games. To do this you will need to enable the following settings in the ini file: EnableD3d9Wrapper = 0
AntiAliasing = 0 |
Beta Was this translation helpful? Give feedback.
-
Uhm? Just enable it from the control panel and you are good (assuming the thing doesn't eventually glitch out) |
Beta Was this translation helpful? Give feedback.
-
Forcing antialiasing from the control panel does not work on all games. For example it does nothing on Silent Hill 2. I had to make a custom feature to allow GPU antialiasing to work at all, and even at that it only works on some GPUs, not all. Furthermore, forcing GPU antialiasing does not work on all video cards. Some of the older or some integrated cards don't have an option for antialiasing. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Can dxwrapper be used for this purpose?
I want to use MSAA in Gothic 3, but since I have AMD graphics card, it seems impossible to force it from the AMD panel.
I tried using dgvoodoo in the past, which worked, but caused game to sometimes crash on save loading.
Beta Was this translation helpful? Give feedback.
All reactions