diff options
| author | JosJuice <josjuice@gmail.com> | 2026-06-28 12:11:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-28 12:11:32 +0200 |
| commit | f2dd20ca402d7946224e3511f382a738224a5c6a (patch) | |
| tree | 050000acc85b27bcb59d236175822c184eb89d5e /Data/Sys | |
| parent | 8038496a07e95cb98a6e322844c0ae2efd4deb45 (diff) | |
| parent | cb9f8a2b04c26e063597d09e1cb7f65c79359857 (diff) | |
Merge pull request #14577 from jordan-woyak/fight-for-ny-ini
GameSettings: Disable fast depth calc to fix missing text and allow immediate XFB in Def Jam: Fight for NY.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/GNW.ini | 13 |
1 files 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 |
