diff options
| author | Léo Lam <leo@leolam.fr> | 2021-06-24 02:23:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 02:23:26 +0200 |
| commit | ede9f2a76a1fa730f30e058b5ea4284bedf47fac (patch) | |
| tree | 702d9fa91f89ce00d1d38cf71ccf7c0df1edf4f4 /Data | |
| parent | 965a8bd64c7f3a93967d48d60d08b9fd6d0a64bb (diff) | |
| parent | 03b48801f6cd2cc4176429c73bfa8418b1351ff3 (diff) | |
Merge pull request #9838 from JMC47/batensetting
GameINI: Enable Single Core for Baten Kaitos: Eternal Wings and the Lost Ocean
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/GKB.ini | 5 |
1 files changed, 4 insertions, 1 deletions
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. |
