Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request #290 from Linktothepast/gameini_updates
Gameini updates.
- Loading branch information
Showing
38 changed files
with
458 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # G3BE9G - Serious Sam: Next Encounter | ||
|
|
||
| [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 for transition scenes. | ||
|
|
||
| [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_Hacks] | ||
| EFBToTextureEnable = False | ||
| EFBCopyEnable = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # G3BP54 - Serious Sam: Next Encounter | ||
|
|
||
| [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 for transition scenes. | ||
|
|
||
| [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_Hacks] | ||
| EFBToTextureEnable = False | ||
| EFBCopyEnable = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # G3BP9G - Serious Sam: Next Encounter | ||
|
|
||
| [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 for transition scenes. | ||
|
|
||
| [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_Hacks] | ||
| EFBToTextureEnable = False | ||
| EFBCopyEnable = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # G3VP69 - NBA STREET V3 | ||
|
|
||
| [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 = 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. | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -68,3 +68,7 @@ PH_ZFar = | |
| UseXFB = True | ||
| UseRealXFB = False | ||
|
|
||
| [Video_Hacks] | ||
| EFBCopyEnable = True | ||
| EFBToTextureEnable = False | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # GK4J01 - Baten Kaitos II: Hajimari no Tsubasa to Kamigami no Shishi | ||
|
|
||
| [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] | ||
| ProjectionHack = 0 | ||
| PH_SZNear = 0 | ||
| PH_SZFar = 0 | ||
| PH_ExtraParam = 0 | ||
| PH_ZNear = | ||
| PH_ZFar = | ||
|
|
||
| [Video_Settings] | ||
| UseXFB = True | ||
| UseRealXFB = False | ||
|
|
||
| [Video_Hacks] | ||
| EFBCopyEnable = True | ||
| EFBToTextureEnable = False | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # GN7E69 - NFL STREET 2 | ||
|
|
||
| [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 = 4 | ||
| EmulationIssues = Needs real xfb for the videos to display. | ||
|
|
||
| [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 = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| # GN7P69 - NFL STREET 2 | ||
|
|
||
| [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 = 4 | ||
| EmulationIssues = Needs real xfb for the videos to display. | ||
|
|
||
| [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 = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # GNNP69 - NFL Street | ||
|
|
||
| [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 the videos to display. | ||
|
|
||
| [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 | ||
|
|
||
| [Video_Settings] | ||
| SafeTextureCacheColorSamples = 512 | ||
| UseXFB = True | ||
| UseRealXFB = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| # GSBJ8P - Sonic Adventure 2 Battle | ||
|
|
||
| [Core] | ||
| # Values set here will override the main dolphin settings. | ||
| BlockMerging = True | ||
|
|
||
| [EmuState] | ||
| # The Emulation State. 1 is worst, 5 is best, 0 is not set. | ||
| EmulationStateId = 5 | ||
| 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # GUPJ8P - SHADOW THE HEDGEHOG | ||
|
|
||
| [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 = 2P mode is playable only with 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 | ||
|
|
||
| [Video_Hacks] | ||
| EFBCopyEnable = True | ||
| EFBToTextureEnable = False |
Oops, something went wrong.
07fbb13There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the commit, please list the games affected so we don't have to dig through the code changes finding the games. A lot of people have custom settings for their games and don't always use/need the defaults also (since there's a lot of stuff activated that doesn't need to be or vice versa). Thanks!