mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
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:
@ -17,5 +17,6 @@ CPUThread = 0
|
|||||||
ImmediateXFBEnable = False
|
ImmediateXFBEnable = False
|
||||||
EFBAccessEnable = False
|
EFBAccessEnable = False
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
|
DeferEFBCopies = False
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
Reference in New Issue
Block a user