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