diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-21 23:56:16 -0500 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2026-04-24 11:55:33 -0500 |
| commit | dbb80ce296a1e4208af4a3b8fbe424c4bd47e497 (patch) | |
| tree | cfd48b32279625fc182f8243ca79e823fd1487b6 /Data | |
| parent | 914f5c56217a8a8bb5f28cf3bfa16346a91fa037 (diff) | |
GameSettings: Set SafeTextureCacheColorSamples for "Sonic and the Secret Rings" to fix glitching text in the ring customization menu.
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/DSR.ini | 10 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/RSR.ini | 10 |
2 files changed, 8 insertions, 12 deletions
diff --git a/Data/Sys/GameSettings/DSR.ini b/Data/Sys/GameSettings/DSR.ini index 64c59ef532..4b3b70cef8 100644 --- a/Data/Sys/GameSettings/DSR.ini +++ b/Data/Sys/GameSettings/DSR.ini @@ -1,11 +1,9 @@ # DSRJ8P - Sonic and the Secret Rings [Core] -# Values set here will override the main Dolphin settings. +# Fixes detection of motion actions. RealWiiRemoteRepeatReports = False -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +[Video_Settings] +# Fixes text glitching in the ring customization menu. +SafeTextureCacheColorSamples = 2048 diff --git a/Data/Sys/GameSettings/RSR.ini b/Data/Sys/GameSettings/RSR.ini index 41d42111b7..0d2c5da880 100644 --- a/Data/Sys/GameSettings/RSR.ini +++ b/Data/Sys/GameSettings/RSR.ini @@ -1,11 +1,9 @@ # RSRP8P, RSRE8P, RSRJ8P - Sonic and the Secret Rings [Core] -# Values set here will override the main Dolphin settings. +# Fixes detection of motion actions. RealWiiRemoteRepeatReports = False -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. +[Video_Settings] +# Fixes text glitching in the ring customization menu. +SafeTextureCacheColorSamples = 2048 |
