Gameini database update.

Includes gameinis for the Pal and Ntsc region of TurboGrafx-16, some
Commodore 64 gameinis, removes old notes about mmu games, enforces
virtual xfb in games fixed by PR #1818, updates Star Wars: Rogue Leader
and Star Wars - Rogue Squadron III - Rebel Strike
according to the zfreeze pr updates,  MySims Kingdom is added and
Sakura Wars: So Long, My Love is updated.
Fixes issues 8091 and 8086.
This commit is contained in:
Linktothepast 2015-01-17 18:42:23 +02:00
parent 7cf180d6b0
commit f361a85063
195 changed files with 3301 additions and 167 deletions

View File

@ -0,0 +1,22 @@
# 010E01 - Wii Backup Disc v1.31
[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 =
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]
ProjectionHack = 0

View File

@ -0,0 +1,23 @@
# C94EGX - Tower Toppler
[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 = 0

View File

@ -0,0 +1,23 @@
# C96EGX - Summer Games II
[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 = 0

View File

@ -0,0 +1,23 @@
# C97EGX - California Games
[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 = 0

View File

@ -0,0 +1,23 @@
# C9MEGX - Pitstop II
[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 = 0

View File

@ -0,0 +1,23 @@
# C9XEGX - The Last Ninja
[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 = 0

View File

@ -1,14 +1,14 @@
# G3FE69 - TimeSplitters Future Perfect # G3FE69 - TimeSplitters Future Perfect
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) EmulationIssues =
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
@ -20,15 +20,3 @@ EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
SafeTextureCacheColorSamples = 0
[Video_Hacks]

View File

@ -1,14 +1,14 @@
# G3FF69 - TimeSplitters Future Perfect # G3FF69 - TimeSplitters Future Perfect
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) EmulationIssues =
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
@ -20,15 +20,4 @@ EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
SafeTextureCacheColorSamples = 0
[Video_Hacks]

View File

@ -1,14 +1,14 @@
# G3FP69 - TimeSplitters Future Perfect # G3FP69 - TimeSplitters Future Perfect
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436) EmulationIssues =
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
@ -20,15 +20,3 @@ EmulationIssues = Needs mmu to run, and it runs very slow because of it (r6436)
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
SafeTextureCacheColorSamples = 0
[Video_Hacks]

View File

@ -1,7 +1,7 @@
# G4QE01 - Mario Soccer # G4QE01 - Mario Soccer
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
@ -40,3 +40,4 @@ $Have All Milestone Trophies
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0

View File

@ -1,7 +1,7 @@
# G4QJ01 - Super Mario Strikers # G4QJ01 - Super Mario Strikers
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
@ -19,4 +19,3 @@ EmulationIssues =
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0

View File

@ -1,7 +1,7 @@
# G4QP01 - Mario Smash Football # G4QP01 - Mario Smash Football
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
@ -19,4 +19,3 @@ EmulationIssues =
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0

View File

@ -1,7 +1,7 @@
# G6ME69 - Madden NFL 06 # G6ME69 - Madden NFL 06
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,7 +1,7 @@
# G6MP69 - Madden NFL 06 # G6MP69 - Madden NFL 06
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,7 +1,7 @@
# GFGEA4 - Frogger Beyond # GFGEA4 - Frogger Beyond
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
DSPHLE = False DSPHLE = False
[EmuState] [EmuState]

View File

@ -1,7 +1,7 @@
# GFGPA4 - Frogger Beyond # GFGPA4 - Frogger Beyond
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
DSPHLE = False DSPHLE = False
[EmuState] [EmuState]

View File

@ -1,11 +1,11 @@
# GFTE01 - MarioGolf Toadstool Tour # GFTE01 - MarioGolf Toadstool Tour
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = EmulationIssues =
[OnLoad] [OnLoad]
@ -19,4 +19,3 @@ EmulationIssues =
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0

View File

@ -1,11 +1,11 @@
# GFTP01 - MarioGolf Toadstool Tour # GFTP01 - MarioGolf Toadstool Tour
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Graphical glitches EmulationIssues = Graphical glitches
[OnLoad] [OnLoad]
@ -19,4 +19,3 @@ EmulationIssues = Graphical glitches
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0

View File

@ -1,7 +1,7 @@
# GIZE52 - Ty3 # GIZE52 - TY the Tasmanian Tiger 3
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
@ -18,10 +18,7 @@ EmulationIssues =
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -1,10 +1,11 @@
# GK2D52 - Spider-Man 2 # GK2D52 - Spider-Man 2
[Core] [Core]
MMU = 1 MMU = 1
[EmuState] [EmuState]
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Slow because it needs mmu to run. EmulationIssues =
[OnFrame] [OnFrame]

View File

@ -5,7 +5,7 @@ MMU = 1
[EmuState] [EmuState]
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Slow because it needs mmu to run. EmulationIssues =
[OnFrame] [OnFrame]

View File

@ -1,10 +1,11 @@
# GK2F52 - Spider-Man 2 # GK2F52 - Spider-Man 2
[Core] [Core]
MMU = 1 MMU = 1
[EmuState] [EmuState]
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Slow because it needs mmu to run. EmulationIssues =
[OnFrame] [OnFrame]

View File

@ -5,7 +5,7 @@ MMU = 1
[EmuState] [EmuState]
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Slow because it needs mmu to run. EmulationIssues =
[OnFrame] [OnFrame]

View File

@ -5,7 +5,7 @@ MMU = 1
[EmuState] [EmuState]
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Slow because it needs mmu to run. EmulationIssues =
[OnFrame] [OnFrame]

View File

@ -1,7 +1,7 @@
# GKGE01 - DONKEY KONGA # GKGE01 - DONKEY KONGA
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,8 +1,7 @@
# GKHEA4 - King Arthur # GKHEA4 - King Arthur
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
SkipIdle = 0
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
@ -20,10 +19,7 @@ EmulationIssues =
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -1,8 +1,7 @@
# GKHPA4 - King Arthur # GKHPA4 - King Arthur
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
SkipIdle = 0
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
@ -20,10 +19,7 @@ EmulationIssues =
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -1,12 +1,12 @@
# GLRD64 - Star Wars - Rogue Squadron III - Rebel Strike # GLRD64 - Star Wars - Rogue Squadron III - Rebel Strike
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]

View File

@ -1,13 +1,13 @@
# GLRE64 - Star Wars - Rogue Squadron III - Rebel Strike # GLRE64 - Star Wars - Rogue Squadron III - Rebel Strike
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 3
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.

View File

@ -1,12 +1,12 @@
# GLRF64 - Star Wars - Rogue Squadron III - Rebel Strike # GLRF64 - Star Wars - Rogue Squadron III - Rebel Strike
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]

View File

@ -1,12 +1,12 @@
# GLRJ13 - Star Wars - Rogue Squadron III - Rebel Strike # GLRJ13 - Star Wars - Rogue Squadron III - Rebel Strike
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]

View File

@ -1,12 +1,12 @@
# GLRP64 - Star Wars - Rogue Squadron III - Rebel Strike # GLRP64 - Star Wars - Rogue Squadron III - Rebel Strike
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]

View File

@ -1,7 +1,7 @@
# GNQE69 - Madden NFL 2005 # GNQE69 - Madden NFL 2005
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,7 +1,7 @@
# GNZE69 - NBA STREET Vol.2 # GNZE69 - NBA STREET Vol.2
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,7 +1,7 @@
# GNZP69 - NBA STREET Vol.2 # GNZP69 - NBA STREET Vol.2
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,14 +1,14 @@
# GOSE41 - Open Season # GOSE41 - Open Season
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Needs MMU (Slow). EmulationIssues =
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.

View File

@ -1,14 +1,14 @@
# GOSP41 - Open Season # GOSP41 - Open Season
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Needs MMU (Slow). EmulationIssues =
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.

View File

@ -1,14 +1,14 @@
# GOSX41 - Open Season # GOSX41 - Open Season
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
BlockMerging = 1 BlockMerging = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4 EmulationStateId = 4
EmulationIssues = Needs MMU (Slow). EmulationIssues =
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.

View File

@ -1,7 +1,7 @@
# GSMD52 - Spider-Man # GSMD52 - Spider-Man
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,7 +1,7 @@
# GSME52 - Spider-Man # GSME52 - Spider-Man
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,7 +1,7 @@
# GSMF52 - Spider-Man # GSMF52 - Spider-Man
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,7 +1,7 @@
# GSMP52 - Spider-Man # GSMP52 - Spider-Man
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.

View File

@ -1,12 +1,12 @@
# GSWD64 - Star Wars: Rogue Leader # GSWD64 - Star Wars: Rogue Leader
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]
@ -23,6 +23,9 @@ EmulationStateId = 3
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True

View File

@ -1,12 +1,12 @@
# GSWE64 - Star Wars: Rogue Leader # GSWE64 - Star Wars: Rogue Leader
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]
@ -23,6 +23,9 @@ EmulationStateId = 3
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True

View File

@ -1,12 +1,12 @@
# GSWF64 - Star Wars: Rogue Leader # GSWF64 - Star Wars: Rogue Leader
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]
@ -23,6 +23,9 @@ EmulationStateId = 3
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True

View File

@ -1,12 +1,12 @@
# GSWI64 - Star Wars: Rogue Leader # GSWI64 - Star Wars: Rogue Leader
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]
@ -23,6 +23,9 @@ EmulationStateId = 3
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True

View File

@ -1,12 +1,12 @@
# GSWJ64 - Star Wars: Rogue Leader # GSWJ64 - Star Wars: Rogue Leader
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]
@ -23,6 +23,9 @@ EmulationStateId = 3
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True

View File

@ -1,12 +1,12 @@
# GSWP64 - Star Wars: Rogue Leader # GSWP64 - Star Wars: Rogue Leader
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]
@ -23,6 +23,9 @@ EmulationStateId = 3
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True

View File

@ -1,12 +1,12 @@
# GSWS64 - Star Wars: Rogue Leader # GSWS64 - Star Wars: Rogue Leader
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = EmulationIssues = Needs lle audio for proper sound.
EmulationStateId = 3 EmulationStateId = 3
[OnLoad] [OnLoad]
@ -23,6 +23,9 @@ EmulationStateId = 3
[Video_Settings] [Video_Settings]
UseXFB = True UseXFB = True
UseRealXFB = False UseRealXFB = False
SafeTextureCacheColorSamples = 512
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
EFBEmulateFormatChanges = True EFBEmulateFormatChanges = True

View File

@ -1,12 +1,12 @@
# GUME52 - Gun # GUME52 - Gun
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs MMU to run, and it runs slow. EmulationIssues =
EmulationStateId = 4 EmulationStateId = 4
[OnLoad] [OnLoad]

View File

@ -1,12 +1,12 @@
# GUMP52 - Gun # GUMP52 - Gun
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues = Needs MMU to run, and it runs slow. EmulationIssues =
EmulationStateId = 4 EmulationStateId = 4
[OnLoad] [OnLoad]

View File

@ -1,15 +1,21 @@
# GWJE52 - Tony Hawk's American Wasteland # GWJE52 - Tony Hawk's American Wasteland
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
MMU = 1 MMU = 1
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3 EmulationStateId = 4
EmulationIssues = Slow because it needs mmu to run. EmulationIssues =
[OnLoad] [OnLoad]
# Add memory patches to be loaded once on boot here. # Add memory patches to be loaded once on boot here.
[OnFrame] [OnFrame]
[ActionReplay] [ActionReplay]
[Video] [Video]
ProjectionHack = 0 ProjectionHack = 0
PH_SZNear = 0 PH_SZNear = 0

View File

@ -1,7 +1,7 @@
# GYTE69 - TY the Tasmanian Tiger 2 # GYTE69 - TY the Tasmanian Tiger 2
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
@ -18,13 +18,11 @@ EmulationIssues =
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False EFBToTextureEnable = False
EFBCopyEnable = True EFBCopyEnable = True
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -1,7 +1,7 @@
# GYTP69 - TY the Tasmanian Tiger 2 # GYTP69 - TY the Tasmanian Tiger 2
[Core] [Core]
# Values set here will override the main dolphin settings. # Values set here will override the main Dolphin settings.
[EmuState] [EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set. # The Emulation State. 1 is worst, 5 is best, 0 is not set.
@ -18,13 +18,11 @@ EmulationIssues =
# Add action replay cheats here. # Add action replay cheats here.
[Video] [Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Hacks] [Video_Hacks]
EFBToTextureEnable = False EFBToTextureEnable = False
EFBCopyEnable = True EFBCopyEnable = True
[Video_Settings]
UseXFB = True
UseRealXFB = False

View File

@ -0,0 +1,23 @@
# PA6E18 - Bloody Wolf
[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 = 0

View File

@ -0,0 +1,24 @@
# PA6P18 - Bloody Wolf
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PA7E18 - Alien Crush
[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 = 0

View File

@ -0,0 +1,24 @@
# PA7P18 - Alien Crush
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PA8E18 - ORDYNE
[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 = 0

View File

@ -0,0 +1,23 @@
# PA9E18 - SPLATTERHOUSE
[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 = 0

View File

@ -0,0 +1,24 @@
# PA9P18 - SPLATTERHOUSE
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAAE18 - Bomberman'93
[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 = 0

View File

@ -0,0 +1,24 @@
# PAAP18 - Bomberman'93
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PABE18 - Bonk's Adventure
[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 = 0

View File

@ -0,0 +1,24 @@
# PABP18 - Bonk's Adventure
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PACE18 - Dungeon Explorer
[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 = 0

View File

@ -0,0 +1,24 @@
# PACP18 - Dungeon Explorer
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PADE18 - R-TYPE
[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 = 0

View File

@ -0,0 +1,24 @@
# PADP18 - R-TYPE
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAEE18 - Super Star Soldier
[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 = 0

View File

@ -0,0 +1,24 @@
# PAEP18 - Super Star Soldier
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAFE18 - Victory Run
[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 = 0

View File

@ -0,0 +1,24 @@
# PAFP18 - Victory Run
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,24 @@
# PAGL18 - Bomberman'94
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,24 @@
# PAGN18 - Bomberman'94
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAHE18 - BATTLE LODE RUNNER
[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 = 0

View File

@ -0,0 +1,24 @@
# PAHP18 - BATTLE LODE RUNNER
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAIE18 - New Adventure Island
[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 = 0

View File

@ -0,0 +1,24 @@
# PAIP18 - New Adventure Island
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAKE18 - Dragon's Curse
[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 = 0

View File

@ -0,0 +1,24 @@
# PAKP18 - Dragon's Curse
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PALE18 - Soldier Blade
[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 = 0

View File

@ -0,0 +1,24 @@
# PALP18 - Soldier Blade
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAME18 - Neutopia
[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 = 0

View File

@ -0,0 +1,24 @@
# PAMP18 - Neutopia
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PANE18 - Military Madness
[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 = 0

View File

@ -0,0 +1,24 @@
# PANP18 - Military Madness
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,24 @@
# PAOL18 - Final Soldier
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,24 @@
# PAON18 - Final Soldier
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,24 @@
# PARL18 - DETANA TWIN BEE
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,24 @@
# PARN18 - DETANA TWIN BEE
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAVE18 - VIGILANTE
[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 = 0

View File

@ -0,0 +1,24 @@
# PAVP18 - VIGILANTE
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PAWE18 - GALAGA '90
[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 = 0

View File

@ -0,0 +1,24 @@
# PAWP18 - GALAGA '90
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PB2E18 - Neutopia II
[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 = 0

View File

@ -0,0 +1,24 @@
# PB2P18 - Neutopia II
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PB3E18 - Devil's Crush
[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 = 0

View File

@ -0,0 +1,24 @@
# PB3P18 - Devil's Crush
[Core]
# Values set here will override the main Dolphin settings.
ProgressiveScan = True
[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 = 0

View File

@ -0,0 +1,23 @@
# PB6E18 - Cratermaze
[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 = 0

Some files were not shown because too many files have changed in this diff Show More