elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.16k stars 83 forks source link

fulll tilt pinball #81

Closed pm67190 closed 3 years ago

pm67190 commented 3 years ago

hello, your wrapper works well with full tilt pinball, however the hack resolution does not allow to exceed the 1024x768? did you have any idea, i could activate the hack resolution with ddraw, dx7 to directx 9

elishacloud commented 3 years ago

The resolution hack just bypasses a limitation in DirectX7. By default, DirectX7 only sees resolutions equal to or less 2K (I believe it is). With the hack it allows DirectX to see the larger resolutions. However, the game still needs to support these larger resolutions for this hack to work.

Also, DirectX9 does not have any resolution limiter, so the hack does not do anything when converting DirectX7 to DirectX9. In both cases DirectX will offer these higher resolutions to the game, but the game needs to support the higher resolutions for it to work.

elishacloud commented 3 years ago

Closing issue.