From f1181bd192c11dbdd90d2fc561d68bd9d9a419bf Mon Sep 17 00:00:00 2001 From: JukePlz Date: Tue, 6 May 2025 00:13:17 -0300 Subject: [PATCH] GameDB: Force disable PGXP in Cool Boarders With PGXP on, it crashes, hangs or otherwise renders incorrectly in stage select menu. --- data/resources/gamedb.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/resources/gamedb.yaml b/data/resources/gamedb.yaml index de56482a6..5e800a877 100644 --- a/data/resources/gamedb.yaml +++ b/data/resources/gamedb.yaml @@ -29775,6 +29775,8 @@ SCES-00568: controllers: - DigitalController - NeGcon + traits: + - DisablePGXP metadata: publisher: "Sony" developer: "UEP Systems" @@ -29794,6 +29796,8 @@ SLPS-00456: controllers: - DigitalController - NeGcon + traits: + - DisablePGXP codes: - SLPS-00456 - SLPS-91031 @@ -29819,6 +29823,8 @@ SCUS-94356: controllers: - DigitalController - NeGcon + traits: + - DisablePGXP metadata: publisher: "Sony" developer: "UEP Systems"