GameDB: Disable disc speedup on MDEC for Diablo

Also add AnalogController, which is technically supported by the game,
but disable auto analog mode because the sticks don't do anything.
pull/3528/head
Davide Pesavento 1 year ago committed by Connor McLaughlin
parent b3d6b3708b
commit 4e96fde477

@ -37933,7 +37933,11 @@ SLPS-01504:
SLES-01156: SLES-01156:
name: "Diablo (Europe) (En,Fr,De,Sv)" name: "Diablo (Europe) (En,Fr,De,Sv)"
controllers: controllers:
- AnalogController
- DigitalController - DigitalController
traits:
- DisableAutoAnalogMode # Analog sticks do nothing.
- DisableCDROMSpeedupOnMDEC # Fixes opening credits.
metadata: metadata:
publisher: "Electronic Arts / Blizzard Entertaiment" publisher: "Electronic Arts / Blizzard Entertaiment"
developer: "Climax Group" developer: "Climax Group"
@ -37954,7 +37958,11 @@ SLES-01156:
SLPS-01416: SLPS-01416:
name: "Diablo (Japan)" name: "Diablo (Japan)"
controllers: controllers:
- AnalogController
- DigitalController - DigitalController
traits:
- DisableAutoAnalogMode # Analog sticks do nothing.
- DisableCDROMSpeedupOnMDEC # Fixes opening credits.
metadata: metadata:
publisher: "Electronic Arts / Blizzard Entertaiment" publisher: "Electronic Arts / Blizzard Entertaiment"
developer: "Climax Group" developer: "Climax Group"
@ -37975,7 +37983,11 @@ SLUS-00619:
rating: NoIssues rating: NoIssues
versionTested: "0.1-2433-g9089c973" versionTested: "0.1-2433-g9089c973"
controllers: controllers:
- AnalogController
- DigitalController - DigitalController
traits:
- DisableAutoAnalogMode # Analog sticks do nothing.
- DisableCDROMSpeedupOnMDEC # Fixes opening credits.
metadata: metadata:
publisher: "Electronic Arts / Blizzard Entertaiment" publisher: "Electronic Arts / Blizzard Entertaiment"
developer: "Climax Group" developer: "Climax Group"
@ -37996,7 +38008,11 @@ SLUS-00619:
SLPS-91177: SLPS-91177:
name: "Diablo [Playstation the Best]" name: "Diablo [Playstation the Best]"
controllers: controllers:
- AnalogController
- DigitalController - DigitalController
traits:
- DisableAutoAnalogMode # Analog sticks do nothing.
- DisableCDROMSpeedupOnMDEC # Fixes opening credits.
metadata: metadata:
publisher: "Electronic Arts / Blizzard Entertaiment" publisher: "Electronic Arts / Blizzard Entertaiment"
developer: "Climax Group" developer: "Climax Group"

Loading…
Cancel
Save