mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Ecco the dolphin - Defender of the Future patch
This commit add a patch for the game : Ecco the Dolphin - Defender of the Future This resolve a race condition causing the game to hang on the main loading screen.
This commit is contained in:
parent
23174f3a00
commit
9c65b73ae6
|
@ -36686,6 +36686,15 @@ Serial = SLUS-20394
|
|||
Name = Ecco the Dolphin - Defender of the Future
|
||||
Region = NTSC-U
|
||||
Compat = 2
|
||||
[patches = B78EAA30]
|
||||
author=PSI
|
||||
// Ecco has an evil race condition: one of its custom IOP modules resets CDVDMAN while it's loading a module from disc.
|
||||
// The race condition is resolved by making the EE slower. This gives enough time for CDVDMAN to reset itself before
|
||||
// the EE sends a request to load a module.
|
||||
// Alternatively, this patch swaps the load order of the modules.
|
||||
patch=1,EE,201018d8,extended,24040007
|
||||
patch=1,EE,201018e4,extended,24040006
|
||||
[/patches]
|
||||
---------------------------------------------
|
||||
Serial = SLUS-20395
|
||||
Name = GTC Africa
|
||||
|
|
Loading…
Reference in New Issue