From c00808e52b1a9c6c79df0094be63d9e085ef6d7b Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 1 Apr 2026 09:01:43 +0200 Subject: [PATCH] GameSettings: Set medium texture cache accuracy for Game Boy Player MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some games are showing frame flickering, e.g. Pokémon games when only the text at the bottom of the screen is updating. GB/GBC games are apparently especially affected, presumably due to the extra border. --- Data/Sys/GameSettings/UGP.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Data/Sys/GameSettings/UGP.ini b/Data/Sys/GameSettings/UGP.ini index 39d067edd3..968db17561 100644 --- a/Data/Sys/GameSettings/UGP.ini +++ b/Data/Sys/GameSettings/UGP.ini @@ -6,3 +6,7 @@ HSPDevice = 2 # Overclock to work around sporadic audio/video stream failures. Overclock = 1.25 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