Author Topic: loads Direct3D via SxS  (Read 590 times)

Twiglard

  • Guest
loads Direct3D via SxS
« on: January 26, 2018, 12:02:14 pm »
Rationale:
I'd like to use a DLL wrapper for edge sharpening. Playing at high non-native resolution makes stuff blurry.
Problem:

Underrail loads "d3d9.dll" via the SxS mechanism. The DLL is thus loaded directly from its "windows/syswow64" path, rather than the normal path. Please consider using LoadLibrary to load simply d3d9.dll with no app manifests. That is, before the XNA machinery starts.