Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force Dual Core on for Bomberman Jetters #10217

Merged
merged 1 commit into from Nov 17, 2021

Conversation

JMC47
Copy link
Contributor

@JMC47 JMC47 commented Nov 14, 2021

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 was previously attempted a few years ago in Single Core, but was not merged due to performance being ~15% slower.

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.
@lioncash lioncash merged commit 735fd60 into dolphin-emu:master Nov 17, 2021
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants