mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
97a1ad3130
The game crashes randomly after a fight against Kalas late in the game, if Defer EFB Copies to RAM is enabled.
23 lines
464 B
INI
23 lines
464 B
INI
# GKBEAF, GKBJAF, GKBPAF - Baten Kaitos Eternal Wings and the Lost Ocean
|
|
|
|
[Core]
|
|
# Values set here will override the main Dolphin settings.
|
|
CPUThread = 0
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
|
|
[Video_Hacks]
|
|
ImmediateXFBEnable = False
|
|
EFBAccessEnable = False
|
|
EFBToTextureEnable = False
|
|
DeferEFBCopies = False
|
|
|
|
[Video_Settings]
|