diff options
| author | JMC47 <JMC4789@gmail.com> | 2026-04-16 13:08:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 13:08:03 -0400 |
| commit | 48ff7d3d10c3b8127d234f60dff45a419dbecebc (patch) | |
| tree | f9d63368d645c368c91414b5188afe7221e958af /Data/Sys | |
| parent | c299144f1ed65c4fb7a2193439a4a83c99ff814e (diff) | |
| parent | 939b6d95f2ef255557ea72ff9cec708c8b57091e (diff) | |
Merge pull request #14593 from jordan-woyak/gamesettings-nfl-street
GameSettings: EFBAccessEnable for "NFL Street 2" to fix broken custom character portraits.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/GN7.ini | 16 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GNN.ini | 10 |
2 files changed, 5 insertions, 21 deletions
diff --git a/Data/Sys/GameSettings/GN7.ini b/Data/Sys/GameSettings/GN7.ini index b304d5eb98..8198bddda5 100644 --- a/Data/Sys/GameSettings/GN7.ini +++ b/Data/Sys/GameSettings/GN7.ini @@ -1,15 +1,7 @@ -# GN7E69, GN7P69 - NFL STREET 2 - -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - -[Video_Settings] +# GN7E69, GN7P69 - NFL Street 2 [Video_Hacks] +# Avoids broken custom character portraits. +EFBAccessEnable = True +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/GNN.ini b/Data/Sys/GameSettings/GNN.ini index 701087ee92..9292c27109 100644 --- a/Data/Sys/GameSettings/GNN.ini +++ b/Data/Sys/GameSettings/GNN.ini @@ -1,16 +1,8 @@ # GNNE69, GNNP69 - NFL Street -[Core] -# Values set here will override the main Dolphin settings. - -[OnFrame] -# Add memory patches to be applied every frame here. - -[ActionReplay] -# Add action replay cheats here. - [Video_Settings] SafeTextureCacheColorSamples = 512 [Video_Hacks] +# Avoids stuck screens during FMVs. ImmediateXFBEnable = False |
