Skip to content

Instantly share code, notes, and snippets.

@lextra2
Last active June 12, 2026 19:21
Show Gist options
  • Select an option

  • Save lextra2/0559a32d63c2066b991bd98538b4559b to your computer and use it in GitHub Desktop.

Select an option

Save lextra2/0559a32d63c2066b991bd98538b4559b to your computer and use it in GitHub Desktop.
DXVK Settings
dxvk.hud = fps,frametimes,scale=2
d3d9.samplerAnisotropy = 16
d3d9.samplerLodBias = -0.5
d3d9.presentInterval = 1
d3d9.numBackBuffers = 3
d3d9.maxFrameLatency = -1
[ImGui.Render]
DisableAlpha=true
[Render.DXGI]
AutoLowLatency=false
AllowTearingInDWM=true
[NVIDIA.DLSS]
ForcedAutoExposure=1
[Render.FrameRate]
TargetFPS=120.0
PresentationInterval=0
BackBufferCount=3
PreRenderLimit=-1
[Textures.D3D11]
Cache=false
[Render.D3D12]
MaxAnisotropy=16
ForceAnisotropic=true
[Textures.D3D9]
ClampNegativeLODBias=true
[FrameRate.Engine]
AllowDXGILatencyWait=No
@lextra2

lextra2 commented Jun 12, 2026

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment