Gameini updates.

Update/addition of  Madden NFL 06 (gc), Frogger Beyond (gc), DONKEY
KONGA (gc), Madden NFL 2005 (gc), NBA STREET Vol.2 (gc), Spider-Man
(gc), Star Wars: Rogue Leader (gc), NO MORE HEROES (wii), Super Smash
Bros. Brawl (wii), The Simpsons Game (wii), Suzumiya Haruhi no Heiretsu
(wii).

Fixes issues 7978, 7894, 7883.
This commit is contained in:
Linktothepast 2015-01-01 19:51:17 +02:00
parent fe79e44c16
commit 4d4b783a1e
26 changed files with 481 additions and 19 deletions

View file

@ -0,0 +1,20 @@
# G6ME69 - Madden NFL 06
[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 a couple of videos with logos during intro.
[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]

View file

@ -0,0 +1,20 @@
# G6MP69 - Madden NFL 06
[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 a couple of videos with logos during intro.
[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]

View file

@ -7,7 +7,7 @@ DSPHLE = False
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Some GFX glitches. Slow audio with HLE.
EmulationIssues = Needs real xfb for the videos to display. Slow audio with HLE.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -20,3 +20,7 @@ EmulationIssues = Some GFX glitches. Slow audio with HLE.
[DSP]
EnableJIT = True
[Video_Settings]
UseXFB = True
UseRealXFB = True

View file

@ -7,7 +7,7 @@ DSPHLE = False
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Some GFX glitches. Slow audio with HLE.
EmulationIssues = Needs real xfb for the videos to display. Slow audio with HLE.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -20,3 +20,7 @@ EmulationIssues = Some GFX glitches. Slow audio with HLE.
[DSP]
EnableJIT = True
[Video_Settings]
UseXFB = True
UseRealXFB = True

View file

@ -5,7 +5,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 1
EmulationStateId = 5
EmulationIssues =
[OnLoad]
@ -16,4 +16,3 @@ EmulationIssues =
[ActionReplay]
# Add action replay cheats here.

View file

@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Music is broken menu gfx glitches
EmulationIssues =
[OnLoad]
# Add memory patches to be loaded once on boot here.

View file

@ -0,0 +1,20 @@
# GNZE69 - NBA STREET Vol.2
[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 =
[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]

View file

@ -0,0 +1,20 @@
# GNZP69 - NBA STREET Vol.2
[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 =
[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]

View file

@ -0,0 +1,24 @@
# GSMD52 - Spider-Man
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = True

View file

@ -0,0 +1,24 @@
# GSME52 - Spider-Man
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = True

View file

@ -0,0 +1,24 @@
# GSMF52 - Spider-Man
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = True

View file

@ -1,11 +1,12 @@
# GSMP52 - Spider-Man (TM)
# GSMP52 - Spider-Man
[Core]
# Values set here will override the main dolphin settings.
# Values set here will override the main dolphin settings.
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
[OnLoad]
# Add memory patches to be loaded once on boot here.
@ -16,3 +17,8 @@ EmulationStateId = 3
[ActionReplay]
# Add action replay cheats here.
[Video]
[Video_Settings]
UseXFB = True
UseRealXFB = True

View file

@ -0,0 +1,29 @@
# GSWD64 - Star Wars: Rogue Leader
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
FastDiscSpeed = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBEmulateFormatChanges = True

View file

@ -0,0 +1,29 @@
# GSWF64 - Star Wars: Rogue Leader
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
FastDiscSpeed = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBEmulateFormatChanges = True

View file

@ -0,0 +1,29 @@
# GSWJ64 - Star Wars: Rogue Leader
[Core]
# Values set here will override the main dolphin settings.
MMU = 1
FastDiscSpeed = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 3
[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]
[Video_Settings]
UseXFB = True
UseRealXFB = False
[Video_Hacks]
EFBEmulateFormatChanges = True

View file

@ -0,0 +1,24 @@
# R44J8P - Suzumiya Haruhi no Heiretsu
[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 =
[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]
[Video_Settings]
SafeTextureCacheColorSamples = 512
FastDepthCalc = False

View file

@ -0,0 +1,21 @@
# RNHP99 - NO MORE HEROES
[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 = 3
EmulationIssues = Small graphical glitch with light saber (light stays at the same place for a second when you move)
[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]

View file

@ -17,11 +17,6 @@ EmulationIssues = Classic mode score report needs real xfb to appear properly.
[ActionReplay]
# Add action replay cheats here.
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View file

@ -17,3 +17,6 @@ EmulationIssues = Classic mode score report needs real xfb to appear properly.
[ActionReplay]
# Add action replay cheats here.
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View file

@ -0,0 +1,22 @@
# RSBK01 - Super Smash Bros. Brawl
[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 = Classic mode score report needs real xfb to appear properly.
[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_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View file

@ -26,6 +26,6 @@ $Can start match with only 1 player
$All players can be on the same team
04684D5C 38600000
[Video]
ProjectionHack = 0
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

View file

@ -0,0 +1,29 @@
# RSND69 - The Simpsons Game
[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 = 3
EmulationIssues = Unstable with graphical glitches.
[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_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
[Video_Settings]
SafeTextureCacheColorSamples = 512

View file

@ -0,0 +1,29 @@
# RSNE69 - The Simpsons Game
[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 = 3
EmulationIssues = Unstable with graphical glitches.
[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_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
[Video_Settings]
SafeTextureCacheColorSamples = 512

View file

@ -0,0 +1,29 @@
# RSNF69 - The Simpsons Game
[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 = 3
EmulationIssues = Unstable with graphical glitches.
[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_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
[Video_Settings]
SafeTextureCacheColorSamples = 512

View file

@ -0,0 +1,29 @@
# RSNP69 - The Simpsons Game
[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 = 3
EmulationIssues = Unstable with graphical glitches.
[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_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
[Video_Settings]
SafeTextureCacheColorSamples = 512

View file

@ -0,0 +1,29 @@
# RSNX69 - The Simpsons Game
[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 = 3
EmulationIssues = Unstable with graphical glitches.
[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_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
[Video_Settings]
SafeTextureCacheColorSamples = 512