Skip to content

Commit

Permalink
Merge pull request dolphin-emu#13064 from PatrickFerry/gameini_fixing…
Browse files Browse the repository at this point in the history
…_mistakes

GameINI: Fixing Various Mistakes
  • Loading branch information
Tilka authored Sep 16, 2024
2 parents af92168 + 5dac174 commit 6851ed7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
11 changes: 10 additions & 1 deletion Data/Sys/GameSettings/E7J.ini → Data/Sys/GameSettings/E78.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@
# Add action replay cheats here.

[Video_Hacks]
EFBToTextureEnable = False
EFBEmulateFormatChanges = True
# Solves minor graphical issues when starting level and game over screen
#EFBToTextureEnable = False

[Video_Settings]
MSAA = 0

[Video_Enhancements]
ForceFiltering = False
ForceTrueColor = False
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/G3Q.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Add action replay cheats here.

[Video_Hacks]
ImmediateXFBEnable = False
VertexRounding = True

[Video_Settings]
SafeTextureCacheColorSamples = 512
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GNI.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# Add action replay cheats here.

[Video_Hacks]
ImmediateXFBEnable = False
VertexRounding = True
7 changes: 5 additions & 2 deletions Data/Sys/GameSettings/RHF.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# RHFE5D, RHFP5D - Happy Feet

[Core]
# Values set here will override the main Dolphin settings.
# The JIT cache causes problems with emulated icache invalidation in this game resulting in areas failing to load
DisableICache = True

[Video_Settings]
SuggestedAspectRatio = 2
# The JIT cache causes problems with emulated icache invalidation in this game resulting in a crash on starting the game
DisableICache = True

0 comments on commit 6851ed7

Please sign in to comment.