GameSettings: Disable forced analog for FF7
This commit is contained in:
parent
4df9778e85
commit
206735ca42
|
@ -731,58 +731,101 @@ ForceRecompilerICache = true
|
|||
# SCES-00867 (Final Fantasy VII (Europe) (Disc 1))
|
||||
[SCES-00867]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-10867 (Final Fantasy VII (Europe) (Disc 2))
|
||||
[SCES-10867]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-20867 (Final Fantasy VII (Europe) (Disc 3))
|
||||
[SCES-20867]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-00868 (Final Fantasy VII (Italy) (Disc 1))
|
||||
[SCES-00868]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-10868 (Final Fantasy VII (Italy) (Disc 2))
|
||||
[SCES-10868]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-20868 (Final Fantasy VII (Italy) (Disc 3))
|
||||
[SCES-20868]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-00869 (Final Fantasy VII (Germany) (Disc 1))
|
||||
[SCES-00869]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-10869 (Final Fantasy VII (Germany) (Disc 2))
|
||||
[SCES-10869]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-20869 (Final Fantasy VII (Germany) (Disc 3))
|
||||
[SCES-20869]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-00900 (Final Fantasy VII (Spain) (Disc 1))
|
||||
[SCES-00900]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-10900 (Final Fantasy VII (Spain) (Disc 2))
|
||||
[SCES-10900]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCES-20900 (Final Fantasy VII (Spain) (Disc 3))
|
||||
[SCES-20900]
|
||||
DisplayActiveStartOffset = -44
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCUS-94163 (Final Fantasy VII (USA) (Disc 1))
|
||||
[SCUS-94163]
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCUS-94164 (Final Fantasy VII (USA) (Disc 2))
|
||||
[SCUS-94164]
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SCUS-94165 (Final Fantasy VII (USA) (Disc 3))
|
||||
[SCUS-94165]
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SLPS-00700 (Final Fantasy VII (Japan) (Disc 1))
|
||||
[SLPS-00700]
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SLPS-00701 (Final Fantasy VII (Japan) (Disc 2))
|
||||
[SLPS-00701]
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SLPS-00702 (Final Fantasy VII (Japan) (Disc 3))
|
||||
[SLPS-00702]
|
||||
DisableAnalogModeForcing = true
|
||||
|
|
Loading…
Reference in New Issue