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

[d3d8] Don't explicitly end scene during device reset #204

Closed WinterSnowfall closed 2 months ago

WinterSnowfall commented 7 months ago

We no longer need to do this in d3d8 during device reset since as of https://github.com/doitsujin/dxvk/commit/39c19e9299821d6a17a6270c101d253e795ad557 d3d9 does this for us anyway. Needless to say, it will need a rebase first to work properly.