Merge pull request #14539 from jordan-woyak/gb-fixes2

GameSettings: Set SafeTextureCacheColorSamples to 2048 for Game Boy Player.
This commit is contained in:
Jordan Woyak
2026-04-01 12:27:02 -05:00
committed by GitHub
+1 -1
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