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
Gameini database update. Fix Metroid Prime 3: Corruption settings tha…
…t got deleted by the clean up of revision e5f4586. Fix/clean up various stuff that showed up in the process of searching for other regressions (there weren't any).
- Loading branch information
kostamarino@hotmail.com
committed
Aug 20, 2013
1 parent
7b99fad
commit cc03d96
Showing
26 changed files
with
23 additions
and
73 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
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 |
|---|---|---|
|
|
@@ -26,6 +26,6 @@ PH_ZNear = | |
| PH_ZFar = | ||
|
|
||
| [Video_Settings] | ||
| EFBScale = 1 | ||
| EFBScale = -1 | ||
| SafeTextureCacheColorSamples = 512 | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -26,6 +26,6 @@ PH_ZNear = | |
| PH_ZFar = | ||
|
|
||
| [Video_Settings] | ||
| EFBScale = 1 | ||
| EFBScale = -1 | ||
| SafeTextureCacheColorSamples = 512 | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -26,6 +26,6 @@ PH_ZNear = | |
| PH_ZFar = | ||
|
|
||
| [Video_Settings] | ||
| EFBScale = 1 | ||
| EFBScale = -1 | ||
| SafeTextureCacheColorSamples = 512 | ||
|
|
||
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 |
|---|---|---|
| @@ -1,33 +1,23 @@ | ||
| # RM3E01 - Metroid Prime 3: Corruption | ||
|
|
||
| [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 = | ||
|
|
||
| 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 = | ||
|
|
||
| PH_ZNear = | ||
| PH_ZFar = | ||
| [Video_Settings] | ||
| SafeTextureCacheColorSamples = 512 | ||
|
|
||
| [Video_Hacks] | ||
| EFBEmulateFormatChanges = True | ||
|
|
||
| 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 |
|---|---|---|
| @@ -1,33 +1,23 @@ | ||
| # RM3J01 - Metroid Prime 3: Corruption | ||
|
|
||
| [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 = | ||
|
|
||
| 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 = | ||
|
|
||
| PH_ZNear = | ||
| PH_ZFar = | ||
| [Video_Settings] | ||
| SafeTextureCacheColorSamples = 512 | ||
|
|
||
| [Video_Hacks] | ||
| EFBEmulateFormatChanges = True | ||
|
|
||
| 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
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
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 |
|---|---|---|
|
|
@@ -27,7 +27,6 @@ PH_ZFar = | |
|
|
||
| [Video_Settings] | ||
| EFBScale = -1 | ||
|
|
||
| SafeTextureCacheColorSamples = 0 | ||
|
|
||
| [Video_Enhancements] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -27,7 +27,6 @@ PH_ZFar = | |
|
|
||
| [Video_Settings] | ||
| EFBScale = -1 | ||
|
|
||
| SafeTextureCacheColorSamples = 0 | ||
|
|
||
| [Video_Enhancements] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -27,7 +27,6 @@ PH_ZFar = | |
|
|
||
| [Video_Settings] | ||
| EFBScale = -1 | ||
|
|
||
| SafeTextureCacheColorSamples = 0 | ||
|
|
||
| [Video_Enhancements] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -27,6 +27,5 @@ PH_ZFar = | |
|
|
||
| [Video_Settings] | ||
| EFBScale = -1 | ||
|
|
||
| SafeTextureCacheColorSamples = 0 | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -27,6 +27,5 @@ PH_ZFar = | |
|
|
||
| [Video_Settings] | ||
| EFBScale = -1 | ||
|
|
||
| SafeTextureCacheColorSamples = 0 | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -27,6 +27,5 @@ PH_ZFar = | |
|
|
||
| [Video_Settings] | ||
| EFBScale = -1 | ||
|
|
||
| SafeTextureCacheColorSamples = 0 | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -30,6 +30,4 @@ SafeTextureCacheColorSamples = 0 | |
| UseXFB = True | ||
| UseRealXFB = False | ||
|
|
||
| [Video_Hacks] | ||
| EFBEmulateFormatChanges = 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 |
|---|---|---|
|
|
@@ -30,6 +30,3 @@ SafeTextureCacheColorSamples = 0 | |
| UseXFB = True | ||
| UseRealXFB = False | ||
|
|
||
| [Video_Hacks] | ||
| EFBEmulateFormatChanges = False | ||
|
|
||