Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GGV.ini
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GIC.ini
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GIH.ini
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GIQ.ini
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GQP.ini
Expand Up @@ -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.
Expand Down

0 comments on commit 4b8b53a

Please sign in to comment.