diff options
| author | Linktothepast <kostamarino@gmail.com> | 2018-02-10 13:26:01 +0200 |
|---|---|---|
| committer | Linktothepast <kostamarino@gmail.com> | 2018-02-10 13:26:01 +0200 |
| commit | db11c4a1be71cdff2fbb12f90e6355a7ea422c74 (patch) | |
| tree | 5a237771c44bbb4a76565f857e042177aac83c16 /Data | |
| parent | fa91d74e2c97f54049649d53143fea173ad4db4a (diff) | |
Gameini updates
A few gameini updates
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/RFS.ini | 4 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/RTM.ini | 5 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SLW.ini | 4 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/SPD.ini | 8 |
4 files changed, 7 insertions, 14 deletions
diff --git a/Data/Sys/GameSettings/RFS.ini b/Data/Sys/GameSettings/RFS.ini index 2d4ec1b922..2b86dbd729 100644 --- a/Data/Sys/GameSettings/RFS.ini +++ b/Data/Sys/GameSettings/RFS.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = +EmulationIssues = Needs safe texture cache for the map to update properly. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -17,3 +17,5 @@ EmulationIssues = [ActionReplay] # Add action replay cheats here. +[Video_Settings] +SafeTextureCacheColorSamples = 0
\ No newline at end of file diff --git a/Data/Sys/GameSettings/RTM.ini b/Data/Sys/GameSettings/RTM.ini index 54b94e0bd5..84e72467e7 100644 --- a/Data/Sys/GameSettings/RTM.ini +++ b/Data/Sys/GameSettings/RTM.ini @@ -6,7 +6,7 @@ [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Fog emulation creates problems with the game (see issue 4922). +EmulationIssues = [OnLoad] # Add memory patches to be loaded once on boot here. @@ -18,5 +18,4 @@ EmulationIssues = Fog emulation creates problems with the game (see issue 4922). # Add action replay cheats here. [Video_Settings] -DisableFog = True - +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/SLW.ini b/Data/Sys/GameSettings/SLW.ini index 4165513f3a..da868e3ca6 100644 --- a/Data/Sys/GameSettings/SLW.ini +++ b/Data/Sys/GameSettings/SLW.ini @@ -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 the pointer to appear. +EmulationIssues = Needs XFB Copies to Texture and RAM. [OnLoad] # Add memory patches to be loaded once on boot here. @@ -21,4 +21,4 @@ EmulationIssues = Needs Real Xfb for the pointer to appear. [Video_Hacks] ImmediateXFBEnable = False - +XFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/SPD.ini b/Data/Sys/GameSettings/SPD.ini index 4df39ba0b9..97a4f1db48 100644 --- a/Data/Sys/GameSettings/SPD.ini +++ b/Data/Sys/GameSettings/SPD.ini @@ -17,14 +17,6 @@ EmulationIssues = Graphic glitches. [ActionReplay] # Add action replay cheats here. -[Video] -ProjectionHack = 1 -PH_SZNear = 0 -PH_SZFar = 0 -PH_ExtraParam = 0 -PH_ZNear = 0.5 -PH_ZFar = 0.5 - [Video_Enhancements] MaxAnisotropy = 0 |
