Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Big gameini database update. Remove most projection hacks enabled by …
…default in gameinis since they are no longer needed after the removal of d3d9 and they can create issues. All of those were there to improve compatibility of the direct 3d9 backend. Also remove direct 3d 9 references in emulation issues since they are no longer relevant. Improve speed of Battalion wars (gc) and Battalion Wars 2 (Wii) by disabling idle skipping (both slowed down considerably with it enabled). Enable by default lle audio in lightweight gc games with issues using zelda hle, specifically Pikmin 1 and 2 (GC), and Mario Kart double dash (GC). The Hulk(gc), Godzilla(gc), Project Zero 2(wii), Wild West Guns (wiiware), Bit Boy!!(wiiware) are added in the database. Sengoku BASARA, FFCC THE CRYSTAL BEARERS updated.
  • Loading branch information
kostamarino@hotmail.com committed Oct 6, 2013
1 parent a25a0a2 commit 8a993b4
Show file tree
Hide file tree
Showing 94 changed files with 542 additions and 210 deletions.
13 changes: 8 additions & 5 deletions Data/Sys/GameSettings/G3RD52.ini
Expand Up @@ -19,10 +19,13 @@ EmulationIssues =
# Add action replay cheats here.

[Video]
ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.99998
PH_ZNear =
PH_ZFar =

[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
13 changes: 8 additions & 5 deletions Data/Sys/GameSettings/G3RE52.ini
Expand Up @@ -19,10 +19,13 @@ EmulationIssues =
# Add action replay cheats here.

[Video]
ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.99998
PH_ZNear =
PH_ZFar =

[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
13 changes: 8 additions & 5 deletions Data/Sys/GameSettings/G3RF52.ini
Expand Up @@ -19,10 +19,13 @@ EmulationIssues =
# Add action replay cheats here.

[Video]
ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.99998
PH_ZNear =
PH_ZFar =

[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
13 changes: 8 additions & 5 deletions Data/Sys/GameSettings/G3RP52.ini
Expand Up @@ -19,10 +19,13 @@ EmulationIssues =
# Add action replay cheats here.

[Video]
ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.99998
PH_ZNear =
PH_ZFar =

[Video_Hacks]
EFBToTextureEnable = False
EFBCopyEnable = True
9 changes: 7 additions & 2 deletions Data/Sys/GameSettings/G8WE01.ini
Expand Up @@ -2,11 +2,12 @@

[Core]
# Values set here will override the main dolphin settings.
SkipIdle = False

[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues =
EmulationIssues = Idle skipping slows down the game.

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -19,4 +20,8 @@ EmulationIssues =

[Video]
ProjectionHack = 0

PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
9 changes: 9 additions & 0 deletions Data/Sys/GameSettings/G8WP01.ini
Expand Up @@ -2,10 +2,12 @@

[Core]
# Values set here will override the main dolphin settings.
SkipIdle = False

[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Idle skipping slows down the game.

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand All @@ -21,3 +23,10 @@ $Invincible
$Infinite Time
0752E978 08000000

[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GAHEGG.ini
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Use direct3d11 or opengl (r7473).
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
6 changes: 4 additions & 2 deletions Data/Sys/GameSettings/GAPE52.ini
Expand Up @@ -6,8 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
Issues="Graphics Glitches"
EmulationIssues = Stuck at loading screen
EmulationIssues = Needs real xfb for the videos to show up.

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

[Video_Settings]
UseXFB = True
UseRealXFB = True
6 changes: 3 additions & 3 deletions Data/Sys/GameSettings/GEDE01.ini
Expand Up @@ -18,12 +18,12 @@ EmulationIssues =
# Add action replay cheats here.

[Video]
ProjectionHack = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 5
PH_ZFar = 0.15
PH_ZNear =
PH_ZFar =

[Video_Settings]
SafeTextureCacheColorSamples = 512
Expand Down
6 changes: 3 additions & 3 deletions Data/Sys/GameSettings/GEDP01.ini
Expand Up @@ -18,12 +18,12 @@ EmulationIssues =
# Add action replay cheats here.

[Video]
ProjectionHack = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 5
PH_ZFar = 0.15
PH_ZNear =
PH_ZFar =

[Video_Settings]
SafeTextureCacheColorSamples = 512
Expand Down
11 changes: 5 additions & 6 deletions Data/Sys/GameSettings/GFZE01.ini
Expand Up @@ -43,10 +43,9 @@ $All Vehicles Unlocked
840030C8 FFDC6F00

[Video]
ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.7555555

PH_ZNear =
PH_ZFar =
10 changes: 5 additions & 5 deletions Data/Sys/GameSettings/GFZJ01.ini
Expand Up @@ -27,10 +27,10 @@ $Make Save Copyable
04C3110C 4B400410

[Video]
ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.7555555
PH_ZNear =
PH_ZFar =

10 changes: 5 additions & 5 deletions Data/Sys/GameSettings/GFZP01.ini
Expand Up @@ -27,10 +27,10 @@ $Make Save Copyable
04C3110C 4B400410

[Video]
ProjectionHack = 1
PH_SZNear = 1
PH_SZFar = 1
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear = 20
PH_ZFar = 1.7555555
PH_ZNear =
PH_ZFar =

21 changes: 21 additions & 0 deletions Data/Sys/GameSettings/GHKD7D.ini
@@ -0,0 +1,21 @@
# GHKD7D - The Hulk
[Core]
# Values set here will override the main dolphin settings.
TLBHack = 1
SkipIdle = 0
[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]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
22 changes: 12 additions & 10 deletions Data/Sys/GameSettings/GHKE7D.ini
@@ -1,19 +1,21 @@
# GHKE7D - The Hulk

[Core]
# Values set here will override the main dolphin settings.

TLBHack = 1
SkipIdle = 0
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 3
EmulationIssues = Slow and GFX Glitches/Bugs

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]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
21 changes: 21 additions & 0 deletions Data/Sys/GameSettings/GHKF7D.ini
@@ -0,0 +1,21 @@
# GHKF7D - The Hulk
[Core]
# Values set here will override the main dolphin settings.
TLBHack = 1
SkipIdle = 0
[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]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
21 changes: 21 additions & 0 deletions Data/Sys/GameSettings/GHKP7D.ini
@@ -0,0 +1,21 @@
# GHKP7D - The Hulk
[Core]
# Values set here will override the main dolphin settings.
TLBHack = 1
SkipIdle = 0
[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]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
21 changes: 21 additions & 0 deletions Data/Sys/GameSettings/GHKS7D.ini
@@ -0,0 +1,21 @@
# GHKS7D - The Hulk
[Core]
# Values set here will override the main dolphin settings.
TLBHack = 1
SkipIdle = 0
[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]
[ActionReplay]
[Video]
ProjectionHack = 0
PH_SZNear = 0
PH_SZFar = 0
PH_ExtraParam = 0
PH_ZNear =
PH_ZFar =
[Gecko]
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GHLE69.ini
Expand Up @@ -7,7 +7,7 @@ TLBHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GHLJ69.ini
Expand Up @@ -7,7 +7,7 @@ TLBHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GHLP69.ini
Expand Up @@ -7,7 +7,7 @@ TLBHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GHLX69.ini
Expand Up @@ -7,7 +7,7 @@ TLBHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down
2 changes: 1 addition & 1 deletion Data/Sys/GameSettings/GHLY69.ini
Expand Up @@ -7,7 +7,7 @@ TLBHack = 1
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Text missing in D3D9, use D3D11 or Opengl instead.
EmulationIssues =

[OnLoad]
# Add memory patches to be loaded once on boot here.
Expand Down

0 comments on commit 8a993b4

Please sign in to comment.