Skip to content

Commit

Permalink
Merge pull request #3469 from Linktothepast/master
Browse files Browse the repository at this point in the history
Gameini updates.
  • Loading branch information
delroth committed Jan 9, 2016
2 parents bf1c53a + 6d27915 commit af9beec
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Data/Sys/GameSettings/GC2.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationStateId = 4
EmulationIssues = Videos not seen
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 = Videos not seen
[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
UseXFB = True
UseRealXFB = True
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/GSN.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ EmulationIssues =

[ActionReplay]
# Add action replay cheats here.

[Video_Settings]
SafeTextureCacheColorSamples = 512
23 changes: 23 additions & 0 deletions Data/Sys/GameSettings/GXU.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# GXUE41 - Surf's Up

[Core]
# Values set here will override the main Dolphin settings.
MMU = True

[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 4

[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
24 changes: 24 additions & 0 deletions Data/Sys/GameSettings/R9D.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# R9DE78 - Drawn to Life The Next Chapter

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

[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 4

[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_Settings]
SafeTextureCacheColorSamples = 0

[Video_Hacks]
EFBToTextureEnable = False
26 changes: 26 additions & 0 deletions Data/Sys/GameSettings/RBO.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# RBOE69 - Boogie

[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_Settings]
UseXFB = True
UseRealXFB = False

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
26 changes: 26 additions & 0 deletions Data/Sys/GameSettings/RG6.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# RG6E69 - Boogie SuperStar

[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_Settings]
UseXFB = True
UseRealXFB = False

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
27 changes: 27 additions & 0 deletions Data/Sys/GameSettings/RJ2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# RJ2E52 - Quantum of Solace

[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 = Needs STC to prevent glitches and it runs slow.

[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_Settings]
UseXFB = True
UseRealXFB = False
SafeTextureCacheColorSamples = 0

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
21 changes: 21 additions & 0 deletions Data/Sys/GameSettings/RT8.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# RT8E69 - Tiger Woods PGA Tour 08

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

[EmuState]
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
EmulationIssues =
EmulationStateId = 5

[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_Settings]
SafeTextureCacheColorSamples = 0
1 change: 1 addition & 0 deletions Data/Sys/GameSettings/SC7.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ EmulationIssues =

[Video_Enhancements]
MaxAnisotropy = 0
ForceFiltering = False
3 changes: 3 additions & 0 deletions Data/Sys/GameSettings/SZB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ EmulationIssues = If emu is running less than 100% it's EXTREMELY hard to hit no
[Video_Enhancements]
ForceFiltering = False
MaxAnisotropy = 0
[Video_Hacks]
EFBToTextureEnable = False

0 comments on commit af9beec

Please sign in to comment.