GameSettings: Set SafeTextureCacheColorSamples to 2048 for Game Boy Player to more reliably fix partial frame updates.

This commit is contained in:
Jordan Woyak 2026-04-01 10:46:13 -05:00
parent e20f52ce7c
commit 237efc6148

View File

@ -9,4 +9,4 @@ OverclockEnable = True
[Video_Settings]
# Fixes old frames being shown when a game updates the center/bottom of the screen without updating the top.
SafeTextureCacheColorSamples = 512
SafeTextureCacheColorSamples = 2048