GameDB: Replace Evolution Snowboarding patches.

Instead of skipping videos, patches extend stack in problematic function. So required data is no longer overwritten. Workaround for missing EE data cache emulation.
This commit is contained in:
Goatman13 2022-07-27 14:30:09 +02:00 committed by lightningterror
parent 1376a615b7
commit de801a4f23
1 changed files with 18 additions and 9 deletions

View File

@ -11844,9 +11844,12 @@ SLES-51392:
patches: patches:
C24C7FE3: C24C7FE3:
content: |- content: |-
author=kozarovv author=Goatman13
// Skip PSS movies, workaround for EE Cache requirement. // Fix issues caused by PSS video playback.
patch=1,EE,001233e0,word,100000d7 // Extend stack to avoid sending bad data to VIF1.
// Required due to lack of data cache emulation.
patch=1,EE,00122E60,word,27BDFD00
patch=1,EE,001231C4,word,27BD0300
SLES-51393: SLES-51393:
name: "Syberia" name: "Syberia"
region: "PAL-M5" region: "PAL-M5"
@ -26310,9 +26313,12 @@ SLPM-65231:
patches: patches:
F96A2390: F96A2390:
content: |- content: |-
author=kozarovv author=Goatman13
// Skip PSS movies, workaround for EE Cache requirement. // Fix issues caused by PSS video playback.
patch=1,EE,00122d00,word,100000d9 // Extend stack to avoid sending bad data to VIF1.
// Required due to lack of data cache emulation.
patch=1,EE,00122780,word,27BDFD00
patch=1,EE,00122AE8,word,27BD0300
SLPM-65232: SLPM-65232:
name: "Devil May Cry 2 [Dante Disc]" name: "Devil May Cry 2 [Dante Disc]"
region: "NTSC-J" region: "NTSC-J"
@ -40284,9 +40290,12 @@ SLUS-20546:
patches: patches:
D3F68D3F: D3F68D3F:
content: |- content: |-
author=kozarovv author=Goatman13
// Skip PSS movies, workaround for EE Cache requirement. // Fix issues caused by PSS video playback.
patch=1,EE,00122d00,word,100000d9 // Extend stack to avoid sending bad data to VIF1.
// Required due to lack of data cache emulation.
patch=1,EE,00122780,word,27BDFD00
patch=1,EE,00122AE8,word,27BD0300
SLUS-20547: SLUS-20547:
name: "Cubix Showdown" name: "Cubix Showdown"
region: "NTSC-U" region: "NTSC-U"