From 0191c4c90363f29a2f9d23bfdaafc43078b243b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Wed, 28 Jun 2017 10:40:13 +0200 Subject: [PATCH 1/2] GameINI: Force safe texture cache for the System Menu --- Data/Sys/GameSettings/0000000100000002.ini | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Data/Sys/GameSettings/0000000100000002.ini 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 From 5588d7d6070e0fc0e924aa2bb45463900c8bd6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 31 Jul 2017 17:24:38 +0800 Subject: [PATCH 2/2] GameINI: Force safe texture cache for the Wii Shop --- Data/Sys/GameSettings/HAB.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Data/Sys/GameSettings/HAB.ini b/Data/Sys/GameSettings/HAB.ini index 1ee9ac0455..68e3d45c1f 100644 --- a/Data/Sys/GameSettings/HAB.ini +++ b/Data/Sys/GameSettings/HAB.ini @@ -5,8 +5,8 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. -EmulationStateId = 3 -EmulationIssues = Will not connect. Uses WiiConnect24. +EmulationStateId = 5 +EmulationIssues = Requires Safe Texture Cache to avoid input fields not updating. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -20,3 +20,4 @@ EmulationIssues = Will not connect. Uses WiiConnect24. [Video] [Video_Settings] +SafeTextureCacheColorSamples = 0