Skip to content

Commit

Permalink
Game INI updates and additions
Browse files Browse the repository at this point in the history
  • Loading branch information
Miksel12 committed Jun 8, 2019
1 parent 0177c6c commit 621acd0
Show file tree
Hide file tree
Showing 31 changed files with 334 additions and 29 deletions.
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/E62.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/E72.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# E72JAF - StarBlade

[Core]
# Values set here will override the main Dolphin settings.

[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]
EFBToTextureEnable = False
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/G4Z.ini
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/GGC.ini
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 0 additions & 5 deletions Data/Sys/GameSettings/GKB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

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

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -16,7 +15,3 @@ CPUThread = 0
[Video_Hacks]
ImmediateXFBEnable = False
EFBAccessEnable = False
EFBToTextureEnable = False
DeferEFBCopies = False

[Video_Settings]
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/HC4.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# HC4P01, HC4E9Z, HC4P9Z - Crunchyroll Channel

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

[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.
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/HCW.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# HCWPWD, HCWEWD - Amazon Instant Video Channel

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

[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.
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/MAC.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MACP8P, MACE8P - Dr. Robotnik's Mean Bean Machine

[Core]
# Values set here will override the main Dolphin settings.

[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_Settings]
SafeTextureCacheColorSamples = 0
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/MAH.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MAHP8P, MAHJ8P, MAHE8P - Sonic the Hedgehog (Genesis)

[Core]
# Values set here will override the main Dolphin settings.

[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_Settings]
SafeTextureCacheColorSamples = 0
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/MBB.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MBBE8P, MBBJ8P, MBBP8P - Sonic the Hedgehog 2

[Core]
# Values set here will override the main Dolphin settings.

[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_Settings]
SafeTextureCacheColorSamples = 0
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/MBM.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MBMJ8P, MBME8P, MBMP8P - Sonic the Hedgehog 3

[Core]
# Values set here will override the main Dolphin settings.

[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_Settings]
SafeTextureCacheColorSamples = 0
16 changes: 16 additions & 0 deletions Data/Sys/GameSettings/MBU.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# MBUJ8P, MBUE8P, MBUP8P - Sonic 3D Blast

[Core]
# Values set here will override the main Dolphin settings.

[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_Settings]
SafeTextureCacheColorSamples = 0
18 changes: 14 additions & 4 deletions Data/Sys/GameSettings/MCD.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# MCDE8P - Sonic & Knuckles
# MCDE8P, MCDJ8P, MCDP8P - Sonic & Knuckles

[Video_Settings]
[Core]
# Values set here will override the main Dolphin settings.

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

[OnFrame]
# Add memory patches to be applied every frame here.

[Video_Hacks]
ImmediateXFBEnable = False
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 0
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/R5P.ini
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/R6B.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ ForceFiltering = False

[Video_Hacks]
EFBToTextureEnable = False
DeferEFBCopies = False

1 change: 1 addition & 0 deletions Data/Sys/GameSettings/RDF.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@

[Video_Hacks]
EFBToTextureEnable = False
DeferEFBCopies = False
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/RH6.ini
Original file line number Diff line number Diff line change
@@ -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.
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/RM6.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# RM6EEB, RM6P99 - Baroque

[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.
17 changes: 17 additions & 0 deletions Data/Sys/GameSettings/RNB.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# RNBE69, RNBP69, RNBX69 - NBA Live 08

[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]
EFBToTextureEnable = False
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/ROQ.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ROQJEP - Baroque

[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 change: 1 addition & 0 deletions Data/Sys/GameSettings/RSM.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[Core]
# Values set here will override the main Dolphin settings.
FPRF = True
CPUThread = False

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
5 changes: 4 additions & 1 deletion Data/Sys/GameSettings/RTB.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# RTBE52, RTBP52 - Rapala Fishing Frenzy

[Core]
CPUThread = False

[Video_Settings]
SuggestedAspectRatio = 2
SuggestedAspectRatio = 2
17 changes: 17 additions & 0 deletions Data/Sys/GameSettings/RW7.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# RW7E41 - Shaun White Snowboarding: Road Trip - Target Limited Edition

[Core]
# Values set here will override the main Dolphin settings.

[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]
EFBToTextureEnable = False
DeferEFBCopies = False
11 changes: 1 addition & 10 deletions Data/Sys/GameSettings/RYB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -14,13 +15,3 @@

[Video_Settings]
# Add any video settings here

[Wiimote.Shake]
Soft = 3.0
Medium = 4.0
Hard = 4.8

[Wiimote.Swing]
Slow = 3.5
Medium = 4.8
Fast = 6
14 changes: 14 additions & 0 deletions Data/Sys/GameSettings/SCI.ini
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 0 additions & 5 deletions Data/Sys/GameSettings/SMN.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512

[Video_Hacks]

[Video_Stereoscopy]
#Only affects overworld map
StereoConvergence = 2211
Loading

0 comments on commit 621acd0

Please sign in to comment.