GameINI: Fix Happy Feet 2 text
Personally confirmed 2048 samples weren't enough. Some text was still missing.
This commit is contained in:
parent
175878cad8
commit
e7dd3785be
|
@ -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