Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 changes: 1 addition & 1 deletion Data/Sys/GameSettings/G2M.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GEA.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GFZ.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GLS.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GSZ.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GXX.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/P2M.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/R64.ini
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion Data/Sys/GameSettings/RD2.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/RNO.ini
Expand Up @@ -2,7 +2,7 @@

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

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/RRB.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/RSN.ini
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/RYB.ini
Expand Up @@ -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.
Expand Down

0 comments on commit 88f89ea

Please sign in to comment.