mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Rayman Revolution fixes + missing demo entry
This PR add an Emotion Engine Rounding fix Rayman Revolution (nearest). - Tested by @atomic83github @prafullpcsx2 and @Helium-4 It also add a missing demo entry along with dedicaced comments for some demo issues. [skip ci]
This commit is contained in:
parent
823431599f
commit
e0029270e3
|
@ -134,6 +134,17 @@ Name = Gran Turismo 3 - A-Spec [PS2 Bundle]
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
MemCardFilter = PBPX-95503/SCUS-97102
|
MemCardFilter = PBPX-95503/SCUS-97102
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Serial = PBPX-95506
|
||||||
|
Name = Playstation 2 - Demo Disc 2001
|
||||||
|
Region = PAL-M5
|
||||||
|
[patches]
|
||||||
|
// 7ACF7E03
|
||||||
|
comment=You must enable the EETimingHack when playing the WRC demo to avoids random hangs.
|
||||||
|
comment=You must change the EE Clamping mode to Full when playing the Klonoa 2 demo to avoids misplaced objects.
|
||||||
|
comment=You must change the VU Clamping mode to extra when playing the Klonoa 2 demo to fixes reflections issues.
|
||||||
|
comment=You must use the ZeroSPU2 plugin when playing the Klonoa 2 demo to avoids bad/missing sounds.
|
||||||
|
[/patches]
|
||||||
|
---------------------------------------------
|
||||||
Serial = PBPX-95517
|
Serial = PBPX-95517
|
||||||
Name = Network Adapter Start-Up Disc
|
Name = Network Adapter Start-Up Disc
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
|
@ -6616,6 +6627,7 @@ Region = PAL-M5 // Eng & Nordic
|
||||||
Serial = SLES-50044
|
Serial = SLES-50044
|
||||||
Name = Rayman Revolution
|
Name = Rayman Revolution
|
||||||
Region = PAL-M5
|
Region = PAL-M5
|
||||||
|
eeRoundMode = 0 // Fixes game hanging in the "Clark running away" ingame cutscene.
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLES-50045
|
Serial = SLES-50045
|
||||||
Name = Disney's Jungle Book - Groove Party
|
Name = Disney's Jungle Book - Groove Party
|
||||||
|
@ -28705,6 +28717,11 @@ Serial = SLPM-67518
|
||||||
Name = Onimusha 2 Samurai's Destiny
|
Name = Onimusha 2 Samurai's Destiny
|
||||||
Region = NTSC-K
|
Region = NTSC-K
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Serial = SLPM-67519
|
||||||
|
Name = Rayman 2 Revolution
|
||||||
|
Region = NTSC-K
|
||||||
|
eeRoundMode = 0 // Fixes game hanging in the "Clark running away" ingame cutscene.
|
||||||
|
---------------------------------------------
|
||||||
Serial = SLPM-67524
|
Serial = SLPM-67524
|
||||||
Name = Armored Core 3
|
Name = Armored Core 3
|
||||||
Region = NTSC-K
|
Region = NTSC-K
|
||||||
|
@ -30544,6 +30561,11 @@ Serial = SLPS-25028
|
||||||
Name = Shutokou Battle 0
|
Name = Shutokou Battle 0
|
||||||
Region = NTSC-J
|
Region = NTSC-J
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Serial = SLPS-25029
|
||||||
|
Name = Rayman 2 Revolution
|
||||||
|
Region = NTSC-J
|
||||||
|
eeRoundMode = 0 // Fixes game hanging in the "Clark running away" ingame cutscene.
|
||||||
|
---------------------------------------------
|
||||||
Serial = SLPS-25030
|
Serial = SLPS-25030
|
||||||
Name = Lunatic Dawn - Tempest
|
Name = Lunatic Dawn - Tempest
|
||||||
Region = NTSC-J
|
Region = NTSC-J
|
||||||
|
@ -34652,6 +34674,7 @@ Serial = SLUS-20138
|
||||||
Name = Rayman 2 - Revolution
|
Name = Rayman 2 - Revolution
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
Compat = 5
|
Compat = 5
|
||||||
|
eeRoundMode = 0 // Fixes game hanging in the "Clark running away" ingame cutscene.
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLUS-20139
|
Serial = SLUS-20139
|
||||||
Name = Simpsons, The - Road Rage
|
Name = Simpsons, The - Road Rage
|
||||||
|
|
Loading…
Reference in New Issue