Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Gameini database update for Tom Clancy's Splinter Cell, Tom Clancy's …
…Splinter Cell Double Agent, Tom Clancy's Splinter Cell Chaos Theory and Super Mario Sunshine (Japanese).

Fixes issue 6504.
Fixes issue 6505.
  • Loading branch information
kostamarino@hotmail.com committed Aug 19, 2013
1 parent ba3d331 commit 3a7802e
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Data/User/GameConfig/GCEE41.ini
@@ -0,0 +1,19 @@
# GCEE41 - Tom Clancy's Splinter Cell
[Core]
TLBHack = 1
[EmuState]
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Gecko]
19 changes: 19 additions & 0 deletions Data/User/GameConfig/GCEP41.ini
@@ -0,0 +1,19 @@
# GCEP41 - Tom Clancy's Splinter Cell
[Core]
TLBHack = 1
[EmuState]
EmulationStateId = 4
EmulationIssues = Needs real xfb for the videos to display.
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = True
[Gecko]
16 changes: 16 additions & 0 deletions Data/User/GameConfig/GCJE41.ini
@@ -0,0 +1,16 @@
# GCJE41 - Tom Clancy's Splinter Cell Chaos Theory
[Core]
TLBHack = 1
[EmuState]
EmulationStateId = 3
EmulationIssues =
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

16 changes: 16 additions & 0 deletions Data/User/GameConfig/GCJP41.ini
@@ -0,0 +1,16 @@
# GCJP41 - Tom Clancy's Splinter Cell Chaos Theory
[Core]
TLBHack = 1
[EmuState]
EmulationStateId = 3
EmulationIssues =
[OnFrame]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

37 changes: 37 additions & 0 deletions Data/User/GameConfig/GMSJ01.ini
@@ -0,0 +1,37 @@
# GMSJ01 - Super Mario Sunshine

[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 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
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
PerformanceQueriesEnable = True

[Video_Settings]
wideScreenHack = False
UseNativeMips = True
AspectRatio = 0

[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True

1 change: 0 additions & 1 deletion Data/User/GameConfig/GWYE41.ini
Expand Up @@ -29,6 +29,5 @@ PH_ZFar =
[Video_Settings]
UseXFB = True
UseRealXFB = True

SafeTextureCacheColorSamples = 512

33 changes: 33 additions & 0 deletions Data/User/GameConfig/GWYX41.ini
@@ -0,0 +1,33 @@
# GWYX41 - Tom Clancy's Splinter Cell Double Agent

[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 = 3
EmulationIssues = Requires MMUSH and ATC. Videos require real XFB.

[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
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =

[Video_Settings]
UseXFB = True
UseRealXFB = True
SafeTextureCacheColorSamples = 512

0 comments on commit 3a7802e

Please sign in to comment.