dxvk: add config file, set fps limit to 164

This commit is contained in:
fanyx 2025-06-18 11:20:55 +02:00
parent 53742e0450
commit 0df0e14a84
Signed by: fanyx
SSH key fingerprint: SHA256:Gwc2cuQkLEIzOapSR+R8raHvC1bSAkPsYuPqlPoFlD8
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
dxgi.maxFrameRate = 164
d3d9.maxFrameRate = 164

View file

@ -52,3 +52,5 @@ export FZF_DEFAULT_COMMAND="fd --strip-cwd-prefix --hidden --follow"
export SVDIR="${XDG_CONFIG_HOME}"/service export SVDIR="${XDG_CONFIG_HOME}"/service
export XBPS_DISTDIR="$HOME/git/void-packages" export XBPS_DISTDIR="$HOME/git/void-packages"
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf