mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
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.
This commit is contained in:
parent
a90c25d0e7
commit
1e322191ea
|
@ -467,3 +467,8 @@ DisableUpscaling = true
|
||||||
# SCES-01224 (Blasto (Europe) (En,Fr,De,Es,It))
|
# SCES-01224 (Blasto (Europe) (En,Fr,De,Es,It))
|
||||||
[SCES-01224]
|
[SCES-01224]
|
||||||
DisplayLineStartOffset = 1
|
DisplayLineStartOffset = 1
|
||||||
|
|
||||||
|
|
||||||
|
# SLUS-00292 (Suikoden (USA))
|
||||||
|
[SLUS-00292]
|
||||||
|
ForceRecompilerICache = true
|
||||||
|
|
Loading…
Reference in a new issue