mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
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
19
Data/Sys/GameSettings/SHX.ini
Normal file
19
Data/Sys/GameSettings/SHX.ini
Normal file
@ -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
Block a user