From 03b48801f6cd2cc4176429c73bfa8418b1351ff3 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Wed, 23 Jun 2021 19:46:12 -0400 Subject: [PATCH] Fix Baten Kaitos Shop Crashes 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. --- Data/Sys/GameSettings/GKB.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/GKB.ini b/Data/Sys/GameSettings/GKB.ini index cdee21c872..dfaeecd75b 100644 --- a/Data/Sys/GameSettings/GKB.ini +++ b/Data/Sys/GameSettings/GKB.ini @@ -1,7 +1,10 @@ # GKBEAF, GKBJAF, GKBPAF - Baten Kaitos Eternal Wings and the Lost Ocean [Core] -# Values set here will override the main Dolphin settings. +# 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.