Reply 120 of 474, by Squall Leonhart
You can use CreateDXGIFactory1 and it will create the swapchain as necessary to the capabilities of the OS currently being used, pcsx2 recently force broke windows 7 support with the intention of only supporting 8.1 and 10 but just that one line change restored win7 support with the rest of their "modern" swap chain code working fine on 7 🤣
https://github.com/PCSX2/pcsx2/pull/3508/files for the "breaking" change, and https://github.com/PCSX2/pcsx2/pull/3576/comm … 0cc30a82881fe54 for the tiny fix 🤣.
It is more or less pointless though, since there are few directx9 64bit applications to even test it with anyway (Starcraft 2, X:Rebirth and GW2 afaik)