Enable DoF (+ setting) & fix texture cache leak

This commit is contained in:
Luke Street
2026-04-21 14:52:16 -06:00
parent 1a1faf7d22
commit ccc5dfa8b9
5 changed files with 9 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ struct UserSettings {
ConfigVar<bool> enableFrameInterpolation;
ConfigVar<int> internalResolutionScale;
ConfigVar<int> shadowResolutionMultiplier;
ConfigVar<bool> enableDepthOfField;
// Audio
ConfigVar<bool> noLowHpSound;