mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
GameINI: Force safe texture cache for the Wii Shop
This commit is contained in:
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
[EmuState]
|
[EmuState]
|
||||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 3
|
EmulationStateId = 5
|
||||||
EmulationIssues = Will not connect. Uses WiiConnect24.
|
EmulationIssues = Requires Safe Texture Cache to avoid input fields not updating.
|
||||||
|
|
||||||
[OnLoad]
|
[OnLoad]
|
||||||
# Add memory patches to be loaded once on boot here.
|
# Add memory patches to be loaded once on boot here.
|
||||||
@ -20,3 +20,4 @@ EmulationIssues = Will not connect. Uses WiiConnect24.
|
|||||||
[Video]
|
[Video]
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
|
SafeTextureCacheColorSamples = 0
|
||||||
|
Reference in New Issue
Block a user