mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 01:56:34 -05:00
Merge pull request #14296 from jordan-woyak/wall-e-disable-immxfb
GameSettings: Wall-E: Disable ImmediateXFBEnable to avoid stuck FMVs.
This commit is contained in:
commit
b18abc41ed
|
|
@ -2,4 +2,9 @@
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
# Avoids garbled text in menus.
|
||||||
SafeTextureCacheColorSamples = 0
|
SafeTextureCacheColorSamples = 0
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Avoids stuck black screens during FMVs.
|
||||||
|
ImmediateXFBEnable = False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user