From f0ed7b296942e33aadfd0526cabcdf879397f794 Mon Sep 17 00:00:00 2001 From: Slayer0fRA Date: Tue, 22 Jul 2025 02:40:47 +0300 Subject: [PATCH] GameDB: Disable MTVU for Tony Hawk's Downhill Jam --- bin/resources/GameIndex.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 0017242388..2173c33c5f 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -27089,6 +27089,8 @@ SLES-54714: region: "PAL-E" roundModes: vu1RoundMode: 0 # Crashes without. + speedHacks: + mtvu: 0 # Prevents the game from crashing after the tutorial. gsHWFixes: minimumBlendingLevel: 3 # Fixes broken lighting on ground and buildings. halfPixelOffset: 4 # Mostly aligns post-processing. @@ -27099,6 +27101,8 @@ SLES-54715: region: "PAL-M4" roundModes: vu1RoundMode: 0 # Crashes without. + speedHacks: + mtvu: 0 # Prevents the game from crashing after the tutorial. gsHWFixes: minimumBlendingLevel: 3 # Fixes broken lighting on ground and buildings. halfPixelOffset: 4 # Mostly aligns post-processing. @@ -70937,6 +70941,8 @@ SLUS-21456: compat: 5 roundModes: vu1RoundMode: 0 # Crashes without. + speedHacks: + mtvu: 0 # Prevents the game from crashing after the tutorial. gsHWFixes: minimumBlendingLevel: 3 # Fixes broken lighting on ground and buildings. halfPixelOffset: 4 # Mostly aligns post-processing.