GameDB: Street Fighter games
Disable upscaling because they use a stupidly large UV range and relies on junk texels not being sampled, which happens at 1x. That and they're 2D anyway.
This commit is contained in:
parent
0565320036
commit
e7ff547f1b
|
@ -158334,6 +158334,10 @@ SLES-00998:
|
|||
- SLES-10998
|
||||
controllers:
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
metadata:
|
||||
publisher: "Virgin Interactive"
|
||||
developer: "Capcom"
|
||||
|
@ -158357,6 +158361,10 @@ SLES-10998:
|
|||
- SLES-10998
|
||||
controllers:
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
metadata:
|
||||
publisher: "Virgin Interactive"
|
||||
developer: "Capcom"
|
||||
|
@ -158375,6 +158383,10 @@ SLPM-80154:
|
|||
name: "Street Fighter Collection (Japan) (Demo)"
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
SLPS-00800:
|
||||
name: "Street Fighter Collection (Japan) (Disc 1)"
|
||||
discSet:
|
||||
|
@ -158382,10 +158394,13 @@ SLPS-00800:
|
|||
serials:
|
||||
- SLPS-00800
|
||||
- SLPS-00801
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
compatibility:
|
||||
rating: NoIssues
|
||||
versionTested: "0.1-1336-gd711baa"
|
||||
upscalingIssues: "Buggy health meter when upscaled (Issue #664)"
|
||||
controllers:
|
||||
- DigitalController
|
||||
metadata:
|
||||
|
@ -158414,6 +158429,10 @@ SLPS-00801:
|
|||
versionTested: "0.1-1336-gd711baa"
|
||||
controllers:
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
|
@ -158438,9 +158457,12 @@ SLUS-00423:
|
|||
compatibility:
|
||||
rating: NoIssues
|
||||
versionTested: "0.1-1419-g34a515cd"
|
||||
upscalingIssues: "Buggy health meter when upscaled (Issue #664)."
|
||||
controllers:
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
|
@ -158467,6 +158489,10 @@ SLUS-00584:
|
|||
versionTested: "0.1-1336-gd711baa"
|
||||
controllers:
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
|
@ -158486,6 +158512,10 @@ SLES-01721:
|
|||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
metadata:
|
||||
publisher: "Virgin Interactive"
|
||||
developer: "Capcom"
|
||||
|
@ -158505,10 +158535,13 @@ SLUS-00746:
|
|||
compatibility:
|
||||
rating: NoIssues
|
||||
versionTested: "0.1-1336-gd711baa"
|
||||
comments: "Buggy health meter when upscaled (Issue #664)"
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisablePGXP # 2D, PGXP is not beneficial.
|
||||
- DisableWidescreen # No effect.
|
||||
- DisableUpscaling # Health bars rely on texels not being sampled.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
|
@ -158652,7 +158685,6 @@ SLUS-01105:
|
|||
rating: NoIssues
|
||||
versionTested: "0.1-908-g9f22684"
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
|
|
Loading…
Reference in New Issue