More updates.

For 007: Agent Under Fire (gc), SHADOW THE HEDGEHOG (gc), NFL Street
(gc), NFL Street 2 (gc), NBA STREET V3 (gc).
Fixes issues 7224, 7216 and 7238.
This commit is contained in:
Linktothepast 2014-04-26 21:47:03 +03:00
parent b3f611e14a
commit 40bba500b5
13 changed files with 195 additions and 7 deletions

View File

@ -2,6 +2,7 @@
[Core]
# Values set here will override the main dolphin settings.
TLBHack=1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -0,0 +1,19 @@
# G3VP69 - NBA STREET V3
[Core]
# Values set here will override the main dolphin settings.
TLBHack=1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.

View File

@ -0,0 +1,23 @@
# GN7E69 - NFL STREET 2
[Core]
# Values set here will override the main dolphin settings.
TLBHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True

View File

@ -0,0 +1,23 @@
# GN7P69 - NFL STREET 2
[Core]
# Values set here will override the main dolphin settings.
TLBHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video_Settings]
UseXFB = True
UseRealXFB = True

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues =
EmulationIssues = Needs real xfb for the videos to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -22,4 +22,5 @@ ProjectionHack = 0
[Video_Settings]
SafeTextureCacheColorSamples = 512
UseXFB = True
UseRealXFB = True

View File

@ -0,0 +1,26 @@
# GNNP69 - NFL Street
[Core]
# Values set here will override the main dolphin settings.
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video]
ProjectionHack = 0
[Video_Settings]
SafeTextureCacheColorSamples = 512
UseXFB = True
UseRealXFB = True

View File

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues =
EmulationIssues = 2P mode is playable only with EFB to RAM.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -20,3 +20,6 @@ EmulationIssues =
[Video]
ProjectionHack = 0
[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False

View File

@ -0,0 +1,25 @@
# GUPJ8P - SHADOW THE HEDGEHOG
[Core]
# Values set here will override the main dolphin settings.
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = 2P mode is playable only with EFB to RAM.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video]
ProjectionHack = 0
[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False

View File

@ -6,6 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = 2P mode is playable only with EFB to RAM.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -16,3 +17,9 @@ EmulationStateId = 4
[ActionReplay]
# Add action replay cheats here.
[Video]
ProjectionHack = 0
[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False

View File

@ -0,0 +1,25 @@
# GW7D69 - 007: Agent Under Fire (tm)
[Core]
# Values set here will override the main dolphin settings.
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the video cutscenes to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video]
ProjectionHack = 0
[Video_Settings]
UseXFB = True
UseRealXFB = True

View File

@ -5,8 +5,8 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues =
EmulationStateId = 4
EmulationIssues = Needs real xfb for the video cutscenes to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -20,3 +20,6 @@ EmulationIssues =
[Video]
ProjectionHack = 0
[Video_Settings]
UseXFB = True
UseRealXFB = True

View File

@ -0,0 +1,25 @@
# GW7F69 - 007: Agent Under Fire (tm)
[Core]
# Values set here will override the main dolphin settings.
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for the video cutscenes to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
[OnFrame]
# Add memory patches to be applied every frame here.
[ActionReplay]
# Add action replay cheats here.
[Video]
ProjectionHack = 0
[Video_Settings]
UseXFB = True
UseRealXFB = True

View File

@ -1,11 +1,12 @@
# GW7P69 - one inch punch
# GW7P69 - 007: Agent Under Fire (tm)
[Core]
# Values set here will override the main dolphin settings.
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 4
EmulationIssues = Needs real xfb for the video cutscenes to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -16,3 +17,9 @@ EmulationIssues =
[ActionReplay]
# Add action replay cheats here.
[Video]
ProjectionHack = 0
[Video_Settings]
UseXFB = True
UseRealXFB = True