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

Crash with RTX Remix due to unknown backbuffer format #186

Closed dkollmann closed 1 year ago

dkollmann commented 1 year ago

This change causes a crash with RTX Remix, as the backbuffer format is unknown.

https://github.com/elishacloud/dxwrapper/commit/5e8858531ee793ee36a6b032983d01930c212dfd?diff=split

elishacloud commented 1 year ago

Looks like this will get fixed with PR #185

dkollmann commented 1 year ago

I changed this with "BPP = Utils::GetBitCount(hWnd);" as suggested before and it works.