mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 21:00:21 +01: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:
parent
e1a5eece60
commit
97a1ad3130
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ CPUThread = 0
|
|||
ImmediateXFBEnable = False
|
||||
EFBAccessEnable = False
|
||||
EFBToTextureEnable = False
|
||||
DeferEFBCopies = False
|
||||
|
||||
[Video_Settings]
|
||||
|
|
Loading…
Add table
Reference in a new issue