Merge pull request #13064 from PatrickFerry/gameini_fixing_mistakes

GameINI: Fixing Various Mistakes
This commit is contained in:
Tilka 2024-09-16 23:24:56 +01:00 committed by GitHub
commit 6851ed73f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 5 deletions

View File

@ -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

View File

@ -13,7 +13,7 @@
# Add action replay cheats here.
[Video_Hacks]
ImmediateXFBEnable = False
VertexRounding = True
[Video_Settings]
SafeTextureCacheColorSamples = 512

View File

@ -13,4 +13,4 @@
# Add action replay cheats here.
[Video_Hacks]
ImmediateXFBEnable = False
VertexRounding = True

View File

@ -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