From e353f8ba0d70de495cabc019732d7c55110630be Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 3 Aug 2022 11:24:48 -0700 Subject: [PATCH 1/2] GameSettings: Use Safe Texture Cache for Gormiti: The Lords of Nature! --- Data/Sys/GameSettings/SGL.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Data/Sys/GameSettings/SGL.ini diff --git a/Data/Sys/GameSettings/SGL.ini b/Data/Sys/GameSettings/SGL.ini new file mode 100644 index 0000000000..6648a8cdcd --- /dev/null +++ b/Data/Sys/GameSettings/SGL.ini @@ -0,0 +1,5 @@ +# SGLEA4, SGLPA4 - Gormiti: The Lords of Nature! + +[Video_Settings] +# Needed to fix text in menus (medium isn't enough; it fixes some menus but not the new profile one) +SafeTextureCacheColorSamples = 0 From 8316c7af9964f19cc54c3533e017252f922ceee9 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 3 Aug 2022 11:31:07 -0700 Subject: [PATCH 2/2] GameSettings: Add patch for black screens in Gormiti: The Lords of Nature! This patch only targets the US release, and is not enabled by default. --- Data/Sys/GameSettings/SGLEA4.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Data/Sys/GameSettings/SGLEA4.ini diff --git a/Data/Sys/GameSettings/SGLEA4.ini b/Data/Sys/GameSettings/SGLEA4.ini new file mode 100644 index 0000000000..4eb864004e --- /dev/null +++ b/Data/Sys/GameSettings/SGLEA4.ini @@ -0,0 +1,8 @@ +# SGLEA4 - Gormiti: The Lords of Nature! + +[OnFrame] +# Fixes black screen ingame, see https://bugs.dolphin-emu.org/issues/12436 +# This NOPs out UpdateFade's call to RenderFade. We are probably emulating the way the fade works +# incorrectly, but for now this patch makes the game playable. +$Fix black screen +0x801D59AC:dword:0x60000000