AlpyneDreams / d8vk

Direct3D 8 to Vulkan translation for DXVK! Merged into dxvk: https://github.com/doitsujin/dxvk
zlib License
482 stars 6 forks source link

[util] Add workarounds for SR2010 and Zwei: The Ilvard Insurrection #143

Closed WinterSnowfall closed 1 year ago

WinterSnowfall commented 1 year ago

Fixes #106 and Zwei by using d3d9.noExplicitFrontBuffer = True, at least until upstream comes up with a better option. We can re-evaluate/remove the workarounds when that happens.

Supreme Ruler 2010 also turned out to need the same managed buffer placement workaround as SR2020 now, to no one's surprise.

AlpyneDreams commented 1 year ago

Looks good thanks