Merge pull request #13064 from PatrickFerry/gameini_fixing_mistakes
GameINI: Fixing Various Mistakes
This commit is contained in:
commit
6851ed73f4
|
@ -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
|
|
@ -13,7 +13,7 @@
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
VertexRounding = True
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# Add action replay cheats here.
|
||||
|
||||
[Video_Hacks]
|
||||
ImmediateXFBEnable = False
|
||||
VertexRounding = True
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue