GameSettings: Set medium texture cache accuracy for Game Boy Player

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.
This commit is contained in:
JosJuice
2026-04-01 09:01:43 +02:00
parent 51e83dd7a1
commit c00808e52b

View File

@@ -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