GameDB: Disable WS for Breath of Fire IV
While it fares better than III, at wider ARs the sprite scaling completely breaks. Also fix the name for the Japanese release.
This commit is contained in:
parent
0a143ace40
commit
dab5e9e4b0
|
@ -19164,6 +19164,7 @@ SLES-03552:
|
|||
- DigitalController
|
||||
traits:
|
||||
- ForceRecompilerICache
|
||||
- DisableWidescreen # Breaks sprite sizes.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
|
@ -19188,6 +19189,7 @@ SLUS-01324:
|
|||
- DigitalController
|
||||
traits:
|
||||
- ForceRecompilerICache
|
||||
- DisableWidescreen # Breaks sprite sizes.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
|
@ -19203,12 +19205,13 @@ SLUS-01324:
|
|||
multitap: false
|
||||
linkCable: false
|
||||
SLPS-02728:
|
||||
name: "Breath of Fire IV (USA) (Beta)"
|
||||
name: "Breath of Fire IV: Utsurowazaru Mono"
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- ForceRecompilerICache
|
||||
- DisableWidescreen # Breaks sprite sizes.
|
||||
codes:
|
||||
- SLPS-02728
|
||||
- SLPM-87159
|
||||
|
|
Loading…
Reference in New Issue