mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-06 05:16:24 -05:00
GameSettings: Set SafeTextureCacheColorSamples for "Sonic and the Secret Rings" to fix glitching text in the ring customization menu.
This commit is contained in:
parent
914f5c5621
commit
dbb80ce296
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user