mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
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:
parent
f19ed1be56
commit
40acfb9067
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user