Skip to content
Permalink
Browse files
Merge pull request #10312 from JosJuice/gameini-no-syncgpu
GameINI: Replace all uses of SyncGPU with single core
  • Loading branch information
lioncash committed Dec 31, 2021
2 parents 41ba6f1 + 869edd5 commit 88f89ea
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 13 deletions.
@@ -2,7 +2,7 @@

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = True
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = True
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -4,7 +4,7 @@
[Core]
# Values set here will override the main Dolphin settings.
FPRF = True
SyncGPU = True
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = 1
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = 1
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = True
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = True
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = True
CPUThread = False

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

[Core]
# The game hangs on New Game when using Dual Core
# SyncGPU is slower than Single Core in this title.
CPUThread = False
[OnLoad]
# Add memory patches to be loaded once on boot here.
@@ -2,7 +2,7 @@

[Core]
# Prevents save game corruption.
SyncGPU = True
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = 1
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = True
CPUThread = False

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

[Core]
# Values set here will override the main Dolphin settings.
SyncGPU = True
CPUThread = False

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

0 comments on commit 88f89ea

Please sign in to comment.