mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #13064 from PatrickFerry/gameini_fixing_mistakes
GameINI: Fixing Various Mistakes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user