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

Improve logging & docs to allow better debugging if settings are being applied #124

Closed asvitkine closed 3 years ago

asvitkine commented 3 years ago

DxWrapper should log which .ini file it's applying, so it's easy to tell if it's picking up the right one.

Additionally, the documentation should mention where to expect the log file to be - right now it doesn't say - and someone trying to use this for the first time has a hard time of knowing where to look for it (if they've not ran DxWrapper successfully yet).

elishacloud commented 3 years ago

This will be addressed in the next update, which I hope to get out in the next week or two. Thanks!

Here is a pre-release update with this fix in it: dxwrapper.zip