From 40acfb906729784306edba3ef366bafae3a69747 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Sun, 14 Nov 2021 18:44:43 -0500 Subject: [PATCH] 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. --- Data/Sys/GameSettings/GJB.ini | 2 ++ 1 file changed, 2 insertions(+) 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.