Permalink
Please
sign in to comment.
Browse files
Merge pull request #8328 from Miksel12/ini-dualcore
Dualcore INI changes
- Loading branch information
Showing
with
128 additions
and 1 deletion.
- +1 −0 Data/Sys/GameSettings/E62.ini
- +14 −0 Data/Sys/GameSettings/G4Z.ini
- +14 −0 Data/Sys/GameSettings/G96.ini
- +14 −0 Data/Sys/GameSettings/GGC.ini
- +1 −0 Data/Sys/GameSettings/GIS.ini
- +0 −1 Data/Sys/GameSettings/GKB.ini
- +1 −0 Data/Sys/GameSettings/GT3.ini
- +1 −0 Data/Sys/GameSettings/GWT.ini
- +14 −0 Data/Sys/GameSettings/R5P.ini
- +14 −0 Data/Sys/GameSettings/RDZ.ini
- +14 −0 Data/Sys/GameSettings/RH6.ini
- +14 −0 Data/Sys/GameSettings/RHA.ini
- +7 −0 Data/Sys/GameSettings/RHO.ini
- +4 −0 Data/Sys/GameSettings/RTB.ini
- +1 −0 Data/Sys/GameSettings/RYB.ini
- +14 −0 Data/Sys/GameSettings/SCI.ini
@@ -0,0 +1,14 @@ | ||
# G4ZP69, G4ZE69 - The Sims 2 | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
@@ -0,0 +1,14 @@ | ||
# G96P01, G96E01 - Interactive Multi Game Demo Disc v4 | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
@@ -0,0 +1,14 @@ | ||
# GGCP0A, GGCE0A - Goblin Commander: Unleash the Horde | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
@@ -0,0 +1,14 @@ | ||
# R5PJ13, R5PX69, R5PE69, R5PP69 - Harry Potter and The Order of The Phoenix | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
@@ -0,0 +1,14 @@ | ||
# RDZJ01, RDZE01, RDZP01 - Disaster: Day of Crisis | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
@@ -0,0 +1,14 @@ | ||
# RH6E69, RH6P69, RH6K69 - Harry Potter and The Half-Blood Prince | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
@@ -0,0 +1,14 @@ | ||
# RHAW01, RHAJ01, RHAE01, RHAK01, RHAP01 - Wii Play | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
@@ -1,9 +1,16 @@ | ||
# RHOE8P, RHOJ8P, RHOP8P - House Of The Dead: OVERKILL | ||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. | ||
|
||
[Video_Hacks] | ||
EFBEmulateFormatChanges = True |
@@ -1,4 +1,8 @@ | ||
# RTBE52, RTBP52 - Rapala Fishing Frenzy | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[Video_Settings] | ||
SuggestedAspectRatio = 2 |
@@ -0,0 +1,14 @@ | ||
# SCIE41, SCIP41 - CSI: Fatal Conspiracy | ||
|
||
[Core] | ||
# Values set here will override the main Dolphin settings. | ||
CPUThread = False | ||
|
||
[OnLoad] | ||
# Add memory patches to be loaded once on boot here. | ||
|
||
[OnFrame] | ||
# Add memory patches to be applied every frame here. | ||
|
||
[ActionReplay] | ||
# Add action replay cheats here. |
0 comments on commit
a5a2771