From dbb80ce296a1e4208af4a3b8fbe424c4bd47e497 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Tue, 21 Apr 2026 23:56:16 -0500 Subject: [PATCH] GameSettings: Set SafeTextureCacheColorSamples for "Sonic and the Secret Rings" to fix glitching text in the ring customization menu. --- Data/Sys/GameSettings/DSR.ini | 10 ++++------ 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