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.
This commit is contained in:
JMC47 2021-11-14 18:44:43 -05:00
parent f19ed1be56
commit 40acfb9067

View File

@ -2,6 +2,8 @@
[Core] [Core]
# Values set here will override the main Dolphin settings. # Values set here will override the main Dolphin settings.
# This game does not currently run in Single Core.
CPUThread = True
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.