From 237efc6148b79e2ca297bcfe3088d5cfe3cd08f8 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 1 Apr 2026 10:46:13 -0500 Subject: [PATCH] GameSettings: Set SafeTextureCacheColorSamples to 2048 for Game Boy Player to more reliably fix partial frame updates. --- Data/Sys/GameSettings/UGP.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/UGP.ini b/Data/Sys/GameSettings/UGP.ini index 968db17561..a6b051eb97 100644 --- a/Data/Sys/GameSettings/UGP.ini +++ b/Data/Sys/GameSettings/UGP.ini @@ -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