From cb9f8a2b04c26e063597d09e1cb7f65c79359857 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sat, 11 Apr 2026 17:55:42 -0500 Subject: [PATCH] GameSettings: Disable fast depth calc to fix missing text and allow immediate XFB in Def Jam: Fight for NY. --- Data/Sys/GameSettings/GNW.ini | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Data/Sys/GameSettings/GNW.ini b/Data/Sys/GameSettings/GNW.ini index e53570b3e3..2f5b8125b6 100644 --- a/Data/Sys/GameSettings/GNW.ini +++ b/Data/Sys/GameSettings/GNW.ini @@ -1,10 +1,5 @@ -# GNWE69, GNWP69 - Def Jam Fight For NY +# GNWE69, GNWP69 - Def Jam: Fight for NY -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[Video_Hacks] -ImmediateXFBEnable = False +[Video_Settings] +# Avoids missing text in menus. +FastDepthCalc = False