Merge pull request #9926 from JMC47/happyfeet2ini
GameINI: Fix Happy Feet 2 Text
This commit is contained in:
commit
ae426a4323
|
@ -0,0 +1,19 @@
|
|||
# SHXPWR, SHXEWR - Happy Feet 2
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video_Settings]
|
||||
# 2048 was not confirmed to be enough.
|
||||
SafeTextureCacheColorSamples = 0
|
||||
|
||||
[Video_Hacks]
|
Loading…
Reference in New Issue