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

Using ReShade and dxwrapper at the same time? #143

Closed softsoundd closed 2 years ago

softsoundd commented 2 years ago

Is there a way this can be achieved? You cannot use both dll's in the same folder or they are overwritten

mirh commented 2 years ago

You can name dxwrapper dll tens of different ways https://github.com/elishacloud/dxwrapper/wiki/Configuration#general

softsoundd commented 2 years ago

Unfortunately for Mirror's Edge, using a name other than d3d9 doesn't work - dxwrapper just doesn't load (reshade works fine though).

softsoundd commented 2 years ago

Actually, turns out ReShade's dll can be renamed. By then loading the renamed dll in the ini config, this fixed the issue