AlpyneDreams / d8vk

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

d3d9 dll? #170

Closed shmerl closed 2 days ago

shmerl commented 1 year ago

Recent updates started building d3d9.dll again instead of static build. Is it needed vs upstream dxvk dll or it's just a build artifact that's not needed to be used?

WinterSnowfall commented 1 year ago

The former, as in it is a prerequisite for upstreaming. If you want to go back to a statically linked single dll, you can revert this revert: c6ba9e1. Haven't tested it myself but it shouldn't cause any issues with future updates.

Edit: Actually you'll need to revert all these 3: c6ba9e1, 50d232d and 0a46abf.

AlpyneDreams commented 1 year ago

Yeah, from now on you're gonna need to copy d3d9.dll again.

We'll need to update the documentation I suppose.

shmerl commented 1 year ago

I see, thanks. Are you preparing to upstream it soon?

Blisto91 commented 1 year ago

It is a work in progress. Dunno if the merge will happen soon

shmerl commented 2 months ago

Any news on merging or what is blocking it? It's been a while.

Blisto91 commented 2 months ago

There is a goal of having it merged for dxvk 2.4

AlpyneDreams commented 2 days ago

Merge is done!