mirror of https://github.com/PCSX2/pcsx2.git
Merge pull request #619 from pgert/master
Improvement of the HD-fix for Drakan 2 PAL.
This commit is contained in:
commit
875be67a7e
|
@ -1149,15 +1149,13 @@ Region = PAL-M5
|
||||||
Compat = 5
|
Compat = 5
|
||||||
EETimingHack = 1 // flickery textures
|
EETimingHack = 1 // flickery textures
|
||||||
[patches]
|
[patches]
|
||||||
comment=This gamedisc supports multiple languages.
|
comment=- This gamedisc supports multiple languages through the BIOS configuration.
|
||||||
comment=Language selection is done through the BIOS configuration.
|
comment=- Implementation requires Full boot - "Boot CDVD (full)".
|
||||||
comment=Implementation requires Full boot - "Boot CDVD (full)".
|
// =====
|
||||||
//
|
// Fix by pgert against displaycrap which arises with HD
|
||||||
|
// when using GSdx (in HW-mode) around the Health & Mana bars.
|
||||||
patch=1,EE,001C2274,word,3C013F7F // 3C013F80
|
patch=1,EE,001C2274,word,3C013F7F // 3C013F80
|
||||||
patch=1,EE,801C2274,word,3C013F7F // 3C013F80 - a clone from 001C2274.
|
patch=1,EE,001C228C,word,3C013E10 // 3C013F00
|
||||||
patch=1,EE,A01C2274,word,3C013F7F // 3C013F80 - a clone from 001C2274.
|
|
||||||
// Fix by pgert that reduces displaycrap which arises with Resolution Scaling
|
|
||||||
// around the Health & Mana bars. Improvement someone?
|
|
||||||
[/patches]
|
[/patches]
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SCES-50009
|
Serial = SCES-50009
|
||||||
|
|
Loading…
Reference in New Issue