Skip to content
Permalink
Browse files
Merge pull request #10083 from JoeyBallentine/bfbb-dualcore-fix
Disable Dual Core by default for multiple Heavy Iron games
  • Loading branch information
JosJuice committed Sep 3, 2021
2 parents 156ccdb + 6d25717 commit 4b8b53a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
@@ -2,6 +2,8 @@

[Core]
# Values set here will override the main Dolphin settings.
# Dual Core mode causes FIFO error
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,6 +2,8 @@

[Core]
# Values set here will override the main Dolphin settings.
# Dual Core mode causes FIFO error
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,6 +2,8 @@

[Core]
# Values set here will override the main Dolphin settings.
# Dual Core mode causes FIFO error
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,6 +2,8 @@

[Core]
# Values set here will override the main Dolphin settings.
# Dual Core mode causes FIFO error
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,6 +2,8 @@

[Core]
# Values set here will override the main Dolphin settings.
# Dual Core mode causes FIFO error
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.

0 comments on commit 4b8b53a

Please sign in to comment.