protonscr

suggestion: generic wrapper properties for some specific properties (config)

dxvkclosed
doitsujin/dxvk#3684 · opened 2023-10-03 by ranplayer · updated 2024-09-01 · 1 comments · github
Rranplayer 2023-10-03 github

Hello,

Would it be possible to add some generic wrapper properties for some specific properties like:

# dxgi.numBackBuffers = 0
# d3d9.numBackBuffers = 0
# dxgi.syncInterval = -1
# d3d9.presentInterval = -1

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)

KK0bin maintainer 2023-10-03 github

Just set up a global config file. This seems like such a niche use case.

Launch options