protonscr

[DI request] Make me `DXVK_CONFIG="*.maxFrameRate=60"` configs possible

dxvkclosed
doitsujin/dxvk#5604 · opened 2026-04-27 by pchome · updated 2026-06-09 · 0 comments · github
1 matching comments, n / p to jump
Ppchome 2026-04-27 github

This will add a little complexity to rather simple config parser, but will make regular user's life easier.

For example setting DXVK_CONFIG="*.maxFrameRate = 60" should populate all known "prefixes" w/ maxFrameRate = 60. Expected to be dxgi.maxFrameRate=60 and d3d9.maxFrameRate=60 but I guess options have no different meaning (and not existing options just ignored) so dxvk.maxFrameRate=60 will do nothing.

If later in config (env or file) there is d3d9.maxFrameRate=30 it will override prev. setting (and vice-versa).

Similar solutions in a wild: VK_LOADER_LAYERS_ENABLE=*KHRONOS_validation.

Maybe I'll do PR myself if there are not some not obvious CONS.

Launch options