diff options
| author | Linktothepast <kostamarino@gmail.com> | 2014-03-15 08:40:59 +0200 |
|---|---|---|
| committer | Linktothepast <kostamarino@gmail.com> | 2014-03-15 15:04:39 +0200 |
| commit | 82f772fdcc335e1f7d74bb7ac205f7e31a6ea91d (patch) | |
| tree | da114a0a4f24cfffb9c97c330ffa43d068cf2d84 /Data/Sys | |
| parent | 63a09b76f9b7b60b8eafcef6e5cbe3725e8ec42d (diff) | |
Remove the extra parameters field from the PH.
Metroid: Other M was the only game which required this field, but the
issue in that game can be fixed properly by enabling format change
emulation. Hence, there's no point in having this around anymore.
Fixes issue 6644.
Diffstat (limited to 'Data/Sys')
| -rw-r--r-- | Data/Sys/GameSettings/PH_PRESETS.ini | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Data/Sys/GameSettings/PH_PRESETS.ini b/Data/Sys/GameSettings/PH_PRESETS.ini index f5e7a4aacf..e61b82bd48 100644 --- a/Data/Sys/GameSettings/PH_PRESETS.ini +++ b/Data/Sys/GameSettings/PH_PRESETS.ini @@ -3,7 +3,7 @@ # IMPORTANT: Incremental Sections only are allowed and without jumps. # IMPORTANT: Each Section REQUIRES "Title" entry existing. Other entries are optionals. -# ENTRIES LIST: Title, PH_SZNear, PH_ZNear, PH_ZSFar, PH_ZFar, PH_ExtraParam +# ENTRIES LIST: Title, PH_SZNear, PH_ZNear, PH_ZSFar, PH_ZFar [0] Title = Zelda Twilight Princess (Bloom hack) @@ -28,10 +28,6 @@ PH_SZFar = 1 PH_ZFar = 0.4 [4] -Title = Metroid: Other M -PH_ExtraParam = 1 - -[5] Title = Tales of Symphonia GC PH_ZNear = 0.00026 |
