summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2021-11-14 18:44:43 -0500
committerJMC47 <JMC4789@gmail.com>2021-11-14 18:44:43 -0500
commit40acfb906729784306edba3ef366bafae3a69747 (patch)
treeac4203adca4b9c24e54a0802b72fcbb86afff0d0 /Data
parentf19ed1be56403836d60c237a2d8303fd56a29b99 (diff)
Force Dual Core on for Bomberman Jetters
This game requires emulating the Fifo Pipeline or have Single Core be able to read ahead in the Fifo. Because Single Core currently processes things in a serialized manner, this game will not run regardless of CPU/GPU timing hacks.
Diffstat (limited to 'Data')
-rw-r--r--Data/Sys/GameSettings/GJB.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/GJB.ini b/Data/Sys/GameSettings/GJB.ini
index 9d937c4825..40152a2733 100644
--- a/Data/Sys/GameSettings/GJB.ini
+++ b/Data/Sys/GameSettings/GJB.ini
@@ -2,6 +2,8 @@
[Core]
# Values set here will override the main Dolphin settings.
+# This game does not currently run in Single Core.
+CPUThread = True
[OnLoad]
# Add memory patches to be loaded once on boot here.