From 1e322191ea92559df1e64545cfbd5d7164fb0938 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Sun, 6 Dec 2020 00:32:02 +1000 Subject: [PATCH] GameSettings: Force recompiler icache in Suikoden (USA) This game calls BIOS memmove() in uncached memory a bunch of times, which takes several frames to complete. Version 1.0 will corrupt palettes if this completes too quickly. --- data/database/gamesettings.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/database/gamesettings.ini b/data/database/gamesettings.ini index 8c5a280b5..0699b7c8a 100644 --- a/data/database/gamesettings.ini +++ b/data/database/gamesettings.ini @@ -467,3 +467,8 @@ DisableUpscaling = true # SCES-01224 (Blasto (Europe) (En,Fr,De,Es,It)) [SCES-01224] DisplayLineStartOffset = 1 + + +# SLUS-00292 (Suikoden (USA)) +[SLUS-00292] +ForceRecompilerICache = true