Skip to content

Commit

Permalink
Merge pull request #11493 from icup321/master
Browse files Browse the repository at this point in the history
GameINI: Heavy Iron updates
  • Loading branch information
AdmiralCurtiss committed Feb 12, 2023
2 parents f3ee167 + 70a5895 commit 9737345
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
1 change: 0 additions & 1 deletion Data/Sys/GameSettings/GIC.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ CPUThread = False
# Fixes shadows at higher resolution.
# Option has no effect at 1x IR, so no reason not to enable.
VertexRounding = True
EFBToTextureEnable = False
2 changes: 0 additions & 2 deletions Data/Sys/GameSettings/GIQ.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ CPUThread = False
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]

[Video_Hacks]
# Fixes shadows at higher resolution.
# Option has no effect at 1x IR, so no reason not to enable.
Expand Down
5 changes: 4 additions & 1 deletion Data/Sys/GameSettings/GU2.ini
Original file line number Diff line number Diff line change
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 All @@ -16,4 +18,5 @@
# Fixes shadows at higher resolution on disc 1.
# Option has no effect at 1x IR, so no reason not to enable.
VertexRounding = True

# Needed for disc 2.
ImmediateXFBEnable = False
7 changes: 5 additions & 2 deletions Data/Sys/GameSettings/GU3.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# GU3D78, GU3X78 - 2 Games in 1: The Incredibles / Finding Nemo
# GU3D78, GU3X78 - 2 Games in 1: The SpongeBob SquarePants Movie / Tak 2: The Staff of Dreams

[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 All @@ -16,4 +18,5 @@
# Fixes shadows at higher resolution on disc 1.
# Option has no effect at 1x IR, so no reason not to enable.
VertexRounding = True

# Needed for some FMVs on disc 1.
ImmediateXFBEnable = False
2 changes: 2 additions & 0 deletions Data/Sys/GameSettings/GU4.ini
Original file line number Diff line number Diff line change
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 9737345

Please sign in to comment.