Disable Defer EFB Copies to RAM for Baten Kaitos: Eternal Wings and the Lost Ocean
The game crashes randomly after a fight against Kalas late in the game, if Defer EFB Copies to RAM is enabled.
This commit is contained in:
parent
e1a5eece60
commit
97a1ad3130
|
@ -17,5 +17,6 @@ CPUThread = 0
|
||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
EFBAccessEnable = False
|
EFBAccessEnable = False
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
|
Loading…
Reference in New Issue