something like: dxvk.syncInterval and dxvk.numBackBuffers
Just explaining my use case: sometimes I override the game's vsync settings (due to bugs, for instance), and I use the new DXVK_CONFIG envvar to do so. But I need to know if the game uses D3D9 or another API version to add the right property (in the vsync case, the specific property has different names)
Hello,
Would it be possible to add some generic wrapper properties for some specific properties like:
something like:
dxvk.syncInterval and dxvk.numBackBuffersJust explaining my use case: sometimes I override the game's vsync settings (due to bugs, for instance), and I use the new
DXVK_CONFIGenvvar to do so. But I need to know if the game uses D3D9 or another API version to add the right property (in the vsync case, the specific property has different names)