mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
03b48801f6
Baten Kaitos will crash with certain items in your inventory if you scroll over them in the shop screen. SyncGPU does not fix the issue, but single core does.
22 lines
470 B
INI
22 lines
470 B
INI
# GKBEAF, GKBJAF, GKBPAF - Baten Kaitos Eternal Wings and the Lost Ocean
|
|
|
|
[Core]
|
|
# This game will crash when shopping with certain items in inventory
|
|
# unless Single Core is enabled.
|
|
CPUThread = False
|
|
|
|
|
|
[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
|
|
EFBToTextureEnable = False
|
|
DeferEFBCopies = False
|