diff options
| author | JMC47 <JMC4789@gmail.com> | 2021-07-20 07:38:42 -0400 |
|---|---|---|
| committer | JMC47 <JMC4789@gmail.com> | 2021-07-20 07:38:42 -0400 |
| commit | e7dd3785be825d1f26e9a48d008be74be97edd5e (patch) | |
| tree | 5d03bc7025495f877ab4145d2d8cda8f8b49f547 /Data/Sys | |
| parent | 175878cad855fc792398ff7d303ff3fbc0d50cea (diff) | |
GameINI: Fix Happy Feet 2 text
Personally confirmed 2048 samples weren't enough. Some text was still
missing.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/SHX.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/SHX.ini b/Data/Sys/GameSettings/SHX.ini new file mode 100644 index 0000000000..9d78c67c16 --- /dev/null +++ b/Data/Sys/GameSettings/SHX.ini @@ -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] |
