From f2caec801df576267c8f5a8d151a6d24a29b5cdf Mon Sep 17 00:00:00 2001 From: Stenzek Date: Fri, 30 May 2025 19:26:37 +1000 Subject: [PATCH] GameDB: Force full boot for Lomax games Crashes after FMVs if fast boot is disabled. --- data/resources/gamedb.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/resources/gamedb.yaml b/data/resources/gamedb.yaml index 50445aa7c..2d5615b0b 100644 --- a/data/resources/gamedb.yaml +++ b/data/resources/gamedb.yaml @@ -3603,6 +3603,8 @@ SCUS-94906: versionTested: "0.1-887-g1eecd50" controllers: - DigitalController + traits: + - ForceFullBoot # Stops crashing after FMV. metadata: publisher: "Psygnosis" developer: "Psygnosis" @@ -93053,6 +93055,8 @@ SLES-00451: versionTested: "0.1-1645-g42d49426" controllers: - DigitalController + traits: + - ForceFullBoot # Stops crashing after FMV. metadata: publisher: "Psygnosis" developer: "Psygnosis" @@ -93075,6 +93079,8 @@ SLED-00516: name: "Lomax (Europe) (En,Fr,De,Es,It) (Demo)" controllers: - DigitalController + traits: + - ForceFullBoot # Stops crashing after FMV. metadata: genre: "** DEMO **" SLPS-00987: @@ -93084,6 +93090,8 @@ SLPS-00987: versionTested: "0.1-1645-g42d49426" controllers: - DigitalController + traits: + - ForceFullBoot # Stops crashing after FMV. metadata: publisher: "Tomy" developer: "Psygnosis"