summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2026-01-23 03:20:03 -0500
committerGitHub <noreply@github.com>2026-01-23 03:20:03 -0500
commitb18abc41edcce4b98aeaf13a52c693fcd724d07b (patch)
tree70cd9e12b5752daa9f040db07832d8c44abff279
parent4dae6bf97add12fb8c7fcf0492fe3ab7032ccb9c (diff)
parent39ecd277d6317de9ff2dc1aecced24e2a4c25e89 (diff)
Merge pull request #14296 from jordan-woyak/wall-e-disable-immxfb
GameSettings: Wall-E: Disable ImmediateXFBEnable to avoid stuck FMVs.
-rw-r--r--Data/Sys/GameSettings/RWA.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/RWA.ini b/Data/Sys/GameSettings/RWA.ini
index bcf5e356d3..79d1e20e9f 100644
--- a/Data/Sys/GameSettings/RWA.ini
+++ b/Data/Sys/GameSettings/RWA.ini
@@ -2,4 +2,9 @@
[Video_Settings]
SuggestedAspectRatio = 2
+# Avoids garbled text in menus.
SafeTextureCacheColorSamples = 0
+
+[Video_Hacks]
+# Avoids stuck black screens during FMVs.
+ImmediateXFBEnable = False