Disable wined3d/rendering completely

Questions about Wine on Linux
Locked
elipp
Newbie
Newbie
Posts: 2
Joined: Wed Oct 31, 2018 9:16 am

Disable wined3d/rendering completely

Post by elipp »

Hey all,

I'm looking for a way to disable D3D9 rendering in wine completely, but run the program otherwise as-is (I only need the program logic, not the visuals). Is there a simple way to do this? I've looked into creating a dummy (stub) implementation of d3d9.dll (src/dlls/d3d9/), but this seems like quite a hassle. :D

Thanks,

E
elipp
Newbie
Newbie
Posts: 2
Joined: Wed Oct 31, 2018 9:16 am

Re: Disable wined3d/rendering completely

Post by elipp »

I guess I'll have to take that as a no then XD

K, dummy implementation inc
Locked