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.15k stars 82 forks source link

When no window handle is given, we take the current one #182

Closed dkollmann closed 1 year ago

dkollmann commented 1 year ago

When no window handle is given, we take the current one, which can pevent freezes during CreateDevice.

elishacloud commented 1 year ago

Thanks for the pull request! Good idea.