mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user