From 041145d336bfbd6d1931631b31ba8a72f97d4486 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Mon, 7 Jul 2025 08:12:29 -0400 Subject: [PATCH] GameDB: Increase max read speedup cycles for Dino Crisis 1 & 2 (#3473) Both games freeze almost immediately otherwise. Also add AnalogController to the first game, but disable auto analog mode because vibration is supported but the sticks don't do anything. --- data/resources/gamedb.yaml | 55 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/data/resources/gamedb.yaml b/data/resources/gamedb.yaml index ed6f9a192..eec39d851 100644 --- a/data/resources/gamedb.yaml +++ b/data/resources/gamedb.yaml @@ -38678,7 +38678,12 @@ SLPS-91486: SLES-02207: name: "Dino Crisis (Europe)" controllers: + - AnalogController - DigitalController + traits: + - DisableAutoAnalogMode # Analog sticks do nothing. + settings: + cdromMaxReadSpeedupCycles: 120000 libcrypt: true metadata: publisher: "Virgin Interactive" @@ -38697,7 +38702,12 @@ SLES-02207: SLES-02208: name: "Dino Crisis (France)" controllers: + - AnalogController - DigitalController + traits: + - DisableAutoAnalogMode # Analog sticks do nothing. + settings: + cdromMaxReadSpeedupCycles: 120000 libcrypt: true metadata: publisher: "Virgin Interactive" @@ -38716,7 +38726,12 @@ SLES-02208: SLES-02209: name: "Dino Crisis (Germany)" controllers: + - AnalogController - DigitalController + traits: + - DisableAutoAnalogMode # Analog sticks do nothing. + settings: + cdromMaxReadSpeedupCycles: 120000 libcrypt: true metadata: publisher: "Virgin Interactive" @@ -38735,7 +38750,12 @@ SLES-02209: SLES-02210: name: "Dino Crisis (Italy)" controllers: + - AnalogController - DigitalController + traits: + - DisableAutoAnalogMode # Analog sticks do nothing. + settings: + cdromMaxReadSpeedupCycles: 120000 libcrypt: true metadata: publisher: "Virgin Interactive" @@ -38754,7 +38774,12 @@ SLES-02210: SLPS-02180: name: "Dino Crisis (Japan)" controllers: + - AnalogController - DigitalController + traits: + - DisableAutoAnalogMode # Analog sticks do nothing. + settings: + cdromMaxReadSpeedupCycles: 120000 metadata: publisher: "Capcom" developer: "Capcom" @@ -38775,7 +38800,12 @@ SLES-02211: rating: NoIssues versionTested: "0.1-4423-g32ab7c13" controllers: + - AnalogController - DigitalController + traits: + - DisableAutoAnalogMode # Analog sticks do nothing. + settings: + cdromMaxReadSpeedupCycles: 120000 libcrypt: true metadata: publisher: "Virgin Interactive" @@ -38797,7 +38827,12 @@ SLUS-00922: rating: NoIssues versionTested: "0.1-908-g9f22684" controllers: + - AnalogController - DigitalController + traits: + - DisableAutoAnalogMode # Analog sticks do nothing. + settings: + cdromMaxReadSpeedupCycles: 120000 metadata: publisher: "Capcom" developer: "Capcom" @@ -38816,6 +38851,8 @@ SLUS-90066: name: "Dino Crisis (USA) (Demo)" metadata: genre: "** DEMO **" + settings: + cdromMaxReadSpeedupCycles: 120000 SLES-03221: name: "Dino Crisis 2 (Europe)" controllers: @@ -38824,6 +38861,8 @@ SLES-03221: traits: - DisableWidescreen - ForceRecompilerICache + settings: + cdromMaxReadSpeedupCycles: 80000 metadata: publisher: "Virgin Interactive" developer: "Capcom" @@ -38846,6 +38885,8 @@ SLES-03222: traits: - DisableWidescreen - ForceRecompilerICache + settings: + cdromMaxReadSpeedupCycles: 80000 metadata: publisher: "Virgin Interactive" developer: "Capcom" @@ -38868,6 +38909,8 @@ SLES-03223: traits: - DisableWidescreen - ForceRecompilerICache + settings: + cdromMaxReadSpeedupCycles: 80000 metadata: publisher: "Virgin Interactive" developer: "Capcom" @@ -38890,6 +38933,8 @@ SLES-03224: traits: - DisableWidescreen - ForceRecompilerICache + settings: + cdromMaxReadSpeedupCycles: 80000 metadata: publisher: "Virgin Interactive" developer: "Capcom" @@ -38911,6 +38956,8 @@ SLPM-86627: - DigitalController traits: - DisableWidescreen + settings: + cdromMaxReadSpeedupCycles: 80000 codes: - SLPM-86627 - SLPM-87234 @@ -38934,6 +38981,8 @@ SLPM-80573: genre: "** DEMO **" traits: - DisableWidescreen + settings: + cdromMaxReadSpeedupCycles: 80000 SLES-03225: name: "Dino Crisis 2 (Spain)" compatibility: @@ -38945,6 +38994,8 @@ SLES-03225: traits: - DisableWidescreen - ForceRecompilerICache + settings: + cdromMaxReadSpeedupCycles: 80000 metadata: publisher: "Virgin Interactive" developer: "Capcom" @@ -38969,6 +39020,8 @@ SLUS-01279: - DigitalController traits: - DisableWidescreen + settings: + cdromMaxReadSpeedupCycles: 80000 metadata: publisher: "Capcom" developer: "Capcom" @@ -38989,6 +39042,8 @@ SLUS-90087: genre: "** DEMO **" traits: - DisableWidescreen + settings: + cdromMaxReadSpeedupCycles: 80000 SLES-03989: name: "Dinomaster Party (Europe) (En,Fr,De,Es,It,Nl)" controllers: