Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Gameini database update for Mega Man Anniversary Collection (gc), Ton…
…y Hawk's Pro Skater 3 (gc) and WarioWare, Inc. Mega Party Games (gc).

Fixes issue 6959.
  • Loading branch information
kostamarino@hotmail.com committed Jan 17, 2014
1 parent 5a599d4 commit 0a5bd83
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 6 deletions.
7 changes: 5 additions & 2 deletions Data/Sys/GameSettings/G6QE08.ini
@@ -1,12 +1,12 @@
# G6QE08 - Megaman Collection
# G6QE08 - Mega Man Anniversary Collection

[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 =
EmulationIssues = Needs real xfb for the videos to display.

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -17,3 +17,6 @@ EmulationIssues =
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True
5 changes: 4 additions & 1 deletion Data/Sys/GameSettings/GT3D52.ini
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to display.
EmulationIssues = Needs real xfb for videos to display and Efb to RAM for proper shadows.

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -29,3 +29,6 @@ PH_ZFar =
UseXFB = True
UseRealXFB = True

[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False
5 changes: 4 additions & 1 deletion Data/Sys/GameSettings/GT3E52.ini
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to display.
EmulationIssues = Needs real xfb for videos to display and Efb to RAM for proper shadows.

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -29,3 +29,6 @@ PH_ZFar =
UseXFB = True
UseRealXFB = True

[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False
6 changes: 5 additions & 1 deletion Data/Sys/GameSettings/GT3F52.ini
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to display.
EmulationIssues = Needs real xfb for videos to display and Efb to RAM for proper shadows.

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -29,3 +29,7 @@ PH_ZFar =
UseXFB = True
UseRealXFB = True

[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False

34 changes: 34 additions & 0 deletions Data/Sys/GameSettings/GT3J52.ini
@@ -0,0 +1,34 @@
# GT3J52 - Tony Hawk's Pro Skater 3

[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 videos to display and Efb to RAM for proper shadows.

[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

[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False
6 changes: 5 additions & 1 deletion Data/Sys/GameSettings/GT3P52.ini
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Needs real xfb for videos to display.
EmulationIssues = Needs real xfb for videos to display and Efb to RAM for proper shadows.

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -29,3 +29,7 @@ PH_ZFar =
UseXFB = True
UseRealXFB = True

[Video_Hacks]
EFBCopyEnable = True
EFBToTextureEnable = False

3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GZWE01.ini
Expand Up @@ -28,3 +28,6 @@ PH_ZFar =
[Video_Settings]
SafeTextureCacheColorSamples = 512
EFBScale = -1

[Video_Enhancements]
ForceFiltering = False
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GZWJ01.ini
Expand Up @@ -28,3 +28,6 @@ PH_ZFar =
[Video_Settings]
SafeTextureCacheColorSamples = 512
EFBScale = -1

[Video_Enhancements]
ForceFiltering = False
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GZWP01.ini
Expand Up @@ -28,3 +28,6 @@ PH_ZFar =
[Video_Settings]
SafeTextureCacheColorSamples = 512
EFBScale = -1

[Video_Enhancements]
ForceFiltering = False

0 comments on commit 0a5bd83

Please sign in to comment.