From 2b0bed8a7e02083467ad09c327fc5b81620cace0 Mon Sep 17 00:00:00 2001 From: nf6429 <37595436+nf6429@users.noreply.github.com> Date: Sun, 1 Nov 2020 16:00:55 +0000 Subject: [PATCH] Dragon Quest 25th Anniversary Collection INI changes This game requires EFB turned off, otherwise every game will black screen, and it requires Safe Texture Cache to Safe, otherwise the cursor in game won't update, making it really hard to navigate the menu's --- Data/Sys/GameSettings/S25.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Data/Sys/GameSettings/S25.ini diff --git a/Data/Sys/GameSettings/S25.ini b/Data/Sys/GameSettings/S25.ini new file mode 100644 index 0000000000..88e5f1a281 --- /dev/null +++ b/Data/Sys/GameSettings/S25.ini @@ -0,0 +1,9 @@ +# S25JGD - Dragon Quest 25 Shuunen Kinen: Famicom & Super Famicom Dragon Quest I-II-III + +[Video_Settings] +# Fixes cursor freeze. +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +# Fixes black screen. +EFBToTextureEnable = False