mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Improve Myst 3 patch
This commit is contained in:
parent
3e78f8e87d
commit
cb7d01fb36
|
@ -13252,9 +13252,12 @@ SLES-50726:
|
||||||
patches:
|
patches:
|
||||||
9E159E95:
|
9E159E95:
|
||||||
content: |-
|
content: |-
|
||||||
// Gives the IPU more time to process the textures
|
// Waits for IPU command to finish.
|
||||||
// CPU does a wait loop then starts copying the output of the IPU
|
// Replaces wait loop that had a very short wait period.
|
||||||
patch=0,EE,001f02a0,word,24027fff
|
patch=0,EE,001f02A0,word,3C021000
|
||||||
|
patch=0,EE,001f02A4,word,34422010
|
||||||
|
patch=0,EE,001f02A8,word,8c430000
|
||||||
|
patch=0,EE,001f02B8,word,0460FFFA
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- EETimingHack # Speeds up IPU DMA's
|
- EETimingHack # Speeds up IPU DMA's
|
||||||
SLES-50727:
|
SLES-50727:
|
||||||
|
@ -48848,9 +48851,12 @@ SLUS-20434:
|
||||||
patches:
|
patches:
|
||||||
75DB04A3:
|
75DB04A3:
|
||||||
content: |-
|
content: |-
|
||||||
// Gives the IPU more time to process the textures
|
// Waits for IPU command to finish.
|
||||||
// CPU does a wait loop then starts copying the output of the IPU
|
// Replaces wait loop that had a very short wait period.
|
||||||
patch=0,EE,001f0030,word,24027fff
|
patch=0,EE,001f0030,word,3C021000
|
||||||
|
patch=0,EE,001f0034,word,34422010
|
||||||
|
patch=0,EE,001f0038,word,8c430000
|
||||||
|
patch=0,EE,001f0048,word,0460FFFA
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- EETimingHack # Speeds up IPU DMA's
|
- EETimingHack # Speeds up IPU DMA's
|
||||||
SLUS-20435:
|
SLUS-20435:
|
||||||
|
|
Loading…
Reference in New Issue