mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
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.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[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.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
ImmediateXFBEnable = False
|
VertexRounding = True
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCacheColorSamples = 512
|
SafeTextureCacheColorSamples = 512
|
||||||
|
@ -13,4 +13,4 @@
|
|||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
ImmediateXFBEnable = False
|
VertexRounding = True
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# RHFE5D, RHFP5D - Happy Feet
|
# 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]
|
[Video_Settings]
|
||||||
SuggestedAspectRatio = 2
|
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…
x
Reference in New Issue
Block a user