mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
GameDB: Max speedup cycles and other fixes for some games (#3647)
* GameDB: Max speed up cycles and other fixes for some games * GameDB: Fix metadata for one entry * Fix string length under settings for SLUS-00872
This commit is contained in:
@@ -1285,6 +1285,8 @@ SCUS-94231:
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog sticks do nothing.
|
||||
metadata:
|
||||
publisher: "989 Sports"
|
||||
developer: "989 Sports"
|
||||
@@ -1302,6 +1304,11 @@ SCUS-94231:
|
||||
SCUS-94365:
|
||||
name: "3Xtreme (Demo)"
|
||||
saveName: "3Xtreme (USA) (Demo)"
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog sticks do nothing.
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
SLPS-00071:
|
||||
@@ -4773,6 +4780,8 @@ SLUS-00872:
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 40000 # Fixes freeze on boot.
|
||||
metadata:
|
||||
publisher: "Take 2 Interactive"
|
||||
developer: "Z-Axis, Ltd"
|
||||
@@ -13419,6 +13428,8 @@ SLES-02701:
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog sticks do nothing.
|
||||
metadata:
|
||||
publisher: "THQ"
|
||||
developer: "Infogrames"
|
||||
@@ -13444,6 +13455,8 @@ SLUS-00966:
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog sticks do nothing.
|
||||
metadata:
|
||||
publisher: "Infogrames"
|
||||
developer: "Infogrames"
|
||||
@@ -21108,7 +21121,7 @@ SLES-02896:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 55000 # Stops glitches and freeze on game load.
|
||||
cdromMaxReadSpeedupCycles: 90000 # Stops glitches and freeze on game load.
|
||||
metadata:
|
||||
publisher: "Infogrames"
|
||||
developer: "Artificial Mind and Movement (A2M)"
|
||||
@@ -21138,7 +21151,7 @@ SLUS-01144:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 55000 # Stops glitches and freeze on game load.
|
||||
cdromMaxReadSpeedupCycles: 90000 # Stops glitches and freeze on game load.
|
||||
metadata:
|
||||
publisher: "Infogrames"
|
||||
developer: "Artificial Mind and Movement (A2M)"
|
||||
@@ -21162,7 +21175,7 @@ SLES-01726:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 75000 # Stops glitches and freeze on game load.
|
||||
cdromMaxReadSpeedupCycles: 115000 # Stops glitches and freeze on game load.
|
||||
metadata:
|
||||
publisher: "Infogrames"
|
||||
developer: "Behaviour Interactive"
|
||||
@@ -21185,10 +21198,13 @@ SLES-01726:
|
||||
SLED-02125:
|
||||
name: "Bugs Bunny - Lost in Time (Demo)"
|
||||
saveName: "Bugs Bunny - Lost in Time (Europe) (En,Fr,De,Es,It,Nl) (Demo)"
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 115000 # Stops glitches and freeze on game load.
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 75000 # Stops glitches and freeze on game load.
|
||||
SLUS-00838:
|
||||
name: "Bugs Bunny - Lost in Time"
|
||||
saveName: "Bugs Bunny - Lost in Time (USA) (En,Fr,Es)"
|
||||
@@ -21199,7 +21215,7 @@ SLUS-00838:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 75000 # Stops glitches and freeze on game load.
|
||||
cdromMaxReadSpeedupCycles: 115000 # Stops glitches and freeze on game load.
|
||||
metadata:
|
||||
publisher: "Infogrames"
|
||||
developer: "Behaviour Interactive"
|
||||
@@ -21222,7 +21238,7 @@ SLUS-90058:
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 75000 # Stops glitches and freeze on game load.
|
||||
cdromMaxReadSpeedupCycles: 115000 # Stops glitches and freeze on game load.
|
||||
SLUS-01086:
|
||||
name: "Builder's Block"
|
||||
saveName: "Builder's Block (USA)"
|
||||
@@ -40741,6 +40757,8 @@ SLPS-00251:
|
||||
controllers:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 80000 # Stops freeze on loading.
|
||||
codes:
|
||||
- SLPS-00251
|
||||
- SLPS-02656
|
||||
@@ -40761,10 +40779,13 @@ SLPS-00251:
|
||||
SLED-01109:
|
||||
name: "Discworld II (Demo)"
|
||||
saveName: "Discworld II (France) (Demo)"
|
||||
controllers:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 110000 # Stops freeze in game.
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 70000 # Stops freeze in game.
|
||||
SLES-00793:
|
||||
name: "Discworld II - Missing Presumed...!"
|
||||
saveName: "Discworld II - Missing Presumed...! (Europe) (En,Es,It)"
|
||||
@@ -40775,7 +40796,7 @@ SLES-00793:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 70000 # Stops freeze in game.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Stops freeze in game.
|
||||
metadata:
|
||||
publisher: "Psygnosis"
|
||||
developer: "Perfect Entertainment"
|
||||
@@ -40802,7 +40823,7 @@ SCUS-94605:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 70000 # Stops freeze in game.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Stops freeze in game.
|
||||
metadata:
|
||||
publisher: "Psygnosis"
|
||||
developer: "Perfect Entertainment"
|
||||
@@ -40827,7 +40848,7 @@ SLES-00794:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 70000 # Stops freeze in game.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Stops freeze in game.
|
||||
metadata:
|
||||
publisher: "Psygnosis"
|
||||
developer: "Perfect Entertainment"
|
||||
@@ -40852,7 +40873,7 @@ SLES-00795:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 70000 # Stops freeze in game.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Stops freeze in game.
|
||||
metadata:
|
||||
publisher: "Psygnosis"
|
||||
developer: "Perfect Entertainment"
|
||||
@@ -40874,7 +40895,7 @@ SLES-01549:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 50000 # Stops freeze in game.
|
||||
cdromMaxReadSpeedupCycles: 95000 # Stops freeze and audio glitches in game.
|
||||
metadata:
|
||||
publisher: "GT Interactive"
|
||||
developer: "Perfect Entertainment"
|
||||
@@ -40894,10 +40915,13 @@ SLES-01549:
|
||||
SLED-02604:
|
||||
name: "Discworld Noir (Demo)"
|
||||
saveName: "Discworld Noir (Europe) (En,Es,It) (Demo)"
|
||||
controllers:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 95000 # Stops freeze and audio glitches in game.
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 50000 # Stops freeze in game.
|
||||
SLES-02063:
|
||||
name: "Discworld Noir"
|
||||
saveName: "Discworld Noir (France)"
|
||||
@@ -40908,7 +40932,7 @@ SLES-02063:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 50000 # Stops freeze in game.
|
||||
cdromMaxReadSpeedupCycles: 95000 # Stops freeze and audio glitches in game.
|
||||
metadata:
|
||||
publisher: "GT Interactive"
|
||||
developer: "Perfect Entertainment"
|
||||
@@ -40930,7 +40954,7 @@ SLES-02064:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 50000 # Stops freeze in game.
|
||||
cdromMaxReadSpeedupCycles: 95000 # Stops freeze and audio glitches in game.
|
||||
metadata:
|
||||
publisher: "GT Interactive"
|
||||
developer: "Perfect Entertainment"
|
||||
@@ -73495,8 +73519,8 @@ SLUS-00651:
|
||||
saveName: "HardBall '99 (USA)"
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 205000 # Fixes 'hiccups' after intro FMV
|
||||
traits:
|
||||
- DisableCDROMSpeedupOnMDEC # Stops intro FMV (and probably others) breaking with speedup.
|
||||
metadata:
|
||||
publisher: "Accolade"
|
||||
developer: "MindSpan Technologies Corp"
|
||||
@@ -136479,6 +136503,8 @@ SLPS-02663:
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog sticks do nothing.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Infogrames"
|
||||
@@ -165628,7 +165654,7 @@ SLES-00496:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 85000 # Fixes freeze on boot and in-game glitches.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Fixes freeze on boot and in-game glitches.
|
||||
metadata:
|
||||
publisher: "Virgin Interactive"
|
||||
developer: "Capcom"
|
||||
@@ -165652,7 +165678,7 @@ SLUS-00258:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 85000 # Fixes freeze on boot and in-game glitches.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Fixes freeze on boot and in-game glitches.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
@@ -165677,7 +165703,7 @@ SLES-01863:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 90000 # Fixes freeze on boot.
|
||||
cdromMaxReadSpeedupCycles: 80000 # Fixes freeze on boot.
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog controls do nothing.
|
||||
metadata:
|
||||
@@ -165704,7 +165730,7 @@ SLUS-00821:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 90000 # Fixes freeze on boot.
|
||||
cdromMaxReadSpeedupCycles: 80000 # Fixes freeze on boot.
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog controls do nothing.
|
||||
metadata:
|
||||
@@ -166161,7 +166187,7 @@ SLPS-00415:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 85000 # Fixes freeze on boot and in-game glitches.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Fixes freeze on boot and in-game glitches.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
@@ -166183,7 +166209,7 @@ SLPS-91105:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 85000 # Fixes freeze on boot and in-game glitches.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Fixes freeze on boot and in-game glitches.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
@@ -166206,7 +166232,7 @@ SLPM-86877:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 90000 # Fixes freeze on boot.
|
||||
cdromMaxReadSpeedupCycles: 80000 # Fixes freeze on boot.
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog controls do nothing.
|
||||
codes:
|
||||
@@ -168463,7 +168489,7 @@ SLES-00605:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 90000 # Fixes freeze on boot.
|
||||
cdromMaxReadSpeedupCycles: 155000 # Fixes freeze on boot.
|
||||
metadata:
|
||||
publisher: "Virgin Interactive"
|
||||
developer: "Capcom"
|
||||
@@ -168488,7 +168514,7 @@ SLUS-00418:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 90000 # Fixes freeze on boot.
|
||||
cdromMaxReadSpeedupCycles: 155000 # Fixes freeze on boot.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
@@ -168510,7 +168536,7 @@ SLPS-00611:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 90000 # Fixes freeze on boot.
|
||||
cdromMaxReadSpeedupCycles: 155000 # Fixes freeze on boot.
|
||||
metadata:
|
||||
publisher: "Capcom"
|
||||
developer: "Capcom"
|
||||
@@ -176276,7 +176302,7 @@ SCES-00012:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 50000 # Stops crash on load.
|
||||
cdromMaxReadSpeedupCycles: 80000 # Stops freeze on loading.
|
||||
metadata:
|
||||
publisher: "Psygnosis"
|
||||
developer: "Perfect 10 Productions"
|
||||
@@ -176305,7 +176331,7 @@ SLES-00193:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 50000 # Stops crash on load.
|
||||
cdromMaxReadSpeedupCycles: 80000 # Stops freeze on loading.
|
||||
metadata:
|
||||
publisher: "Psygnosis"
|
||||
developer: "Perfect 10 Productions"
|
||||
@@ -176327,7 +176353,7 @@ SCUS-94600:
|
||||
- DigitalController
|
||||
- PlayStationMouse
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 50000 # Stops crash on load.
|
||||
cdromMaxReadSpeedupCycles: 80000 # Stops freeze on loading.
|
||||
metadata:
|
||||
publisher: "Psygnosis"
|
||||
developer: "Perfect 10 Productions"
|
||||
@@ -177971,6 +177997,8 @@ SLES-00876:
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 40000 # Fixes freeze on boot.
|
||||
metadata:
|
||||
publisher: "BMG Interactive"
|
||||
developer: "Z-Axis, Ltd"
|
||||
@@ -202024,6 +202052,11 @@ SLPM-80548:
|
||||
name: "Puzz Loop (Demo)"
|
||||
localizedName: "パズループ"
|
||||
saveName: "Puzz Loop (Japan) (Demo)"
|
||||
controllers:
|
||||
- AnalogController
|
||||
- DigitalController
|
||||
traits:
|
||||
- DisableAutoAnalogMode # Analog sticks do nothing.
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
SLPM-80226:
|
||||
@@ -202475,7 +202508,7 @@ SLPM-80043:
|
||||
controllers:
|
||||
- DigitalController
|
||||
settings:
|
||||
cdromMaxReadSpeedupCycles: 85000 # Fixes freeze on boot and in-game glitches.
|
||||
cdromMaxReadSpeedupCycles: 110000 # Fixes freeze on boot and in-game glitches.
|
||||
metadata:
|
||||
genre: "** DEMO **"
|
||||
SLED-02048:
|
||||
|
||||
Reference in New Issue
Block a user