diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2017-06-28 10:40:13 +0200 |
|---|---|---|
| committer | Léo Lam <leo@innovatetechnologi.es> | 2017-08-01 13:41:07 +0800 |
| commit | 0191c4c90363f29a2f9d23bfdaafc43078b243b7 (patch) | |
| tree | dc7a282d766743b017d2bc8156cde32540d3a8ef /Data/Sys | |
| parent | 4dcc931d97104ca2544fcbd1343f4353102020ab (diff) | |
GameINI: Force safe texture cache for the System Menu
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/0000000100000002.ini | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Data/Sys/GameSettings/0000000100000002.ini b/Data/Sys/GameSettings/0000000100000002.ini new file mode 100644 index 0000000000..9fae0e3426 --- /dev/null +++ b/Data/Sys/GameSettings/0000000100000002.ini @@ -0,0 +1,21 @@ +# 1-2 - Wii System Menu + +[Core] +# Values set here will override the main Dolphin settings. + +[EmuState] +# The Emulation State. 1 is worst, 5 is best, 0 is not set. +EmulationStateId = 5 +EmulationIssues = Requires Safe Texture Cache to avoid input fields not updating. + +[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] +SafeTextureCacheColorSamples = 0 |
