mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Update K-1 Grand Prix fixes to use Instant DMA instead.
This seems to be more reliable in correcting the issue, and for some reason the old way is no longer working properly.
This commit is contained in:
parent
a287c2caac
commit
3d0b7dee71
|
@ -5283,11 +5283,9 @@ SCKA-20092:
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
deinterlace: 9 # Game requires AdaptiveBFF de-interlacing when auto.
|
deinterlace: 9 # Game requires AdaptiveBFF de-interlacing when auto.
|
||||||
speedHacks:
|
|
||||||
InstantVU1SpeedHack: 0 # Fixes random black frames from happening when in a fight session.
|
|
||||||
MTVUSpeedHack: 0
|
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes grey fighters problem.
|
- XGKickHack # Fixes grey fighters problem.
|
||||||
|
- InstantDMAHack # Fixes black flickering.
|
||||||
SCKA-20093:
|
SCKA-20093:
|
||||||
name: "Ratatouille"
|
name: "Ratatouille"
|
||||||
region: "NTSC-K"
|
region: "NTSC-K"
|
||||||
|
@ -18325,9 +18323,7 @@ SLES-53809:
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes black and white fighters.
|
- XGKickHack # Fixes black and white fighters.
|
||||||
speedHacks:
|
- InstantDMAHack # Fixes black flickering.
|
||||||
MTVUSpeedHack: 0 # Fixes game from crashing.
|
|
||||||
InstantVU1SpeedHack: 0 # Fixes graphical issues.
|
|
||||||
patches:
|
patches:
|
||||||
B6F9C8D3:
|
B6F9C8D3:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -26804,13 +26800,11 @@ SLPM-62580:
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
compat: 5
|
compat: 5
|
||||||
SLPM-62581:
|
SLPM-62581:
|
||||||
name: "K-1 Premium 2004 - Fighting Dynamite!!"
|
name: "K-1 Premium 2004 Dynamite!!"
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes black and white fighters.
|
- XGKickHack # Fixes black and white fighters.
|
||||||
speedHacks:
|
- InstantDMAHack # Fixes black flickering.
|
||||||
MTVUSpeedHack: 0 # Fixes game from crashing.
|
|
||||||
InstantVU1SpeedHack: 0 # Fixes graphical issues.
|
|
||||||
patches:
|
patches:
|
||||||
0A1042EE:
|
0A1042EE:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -36339,9 +36333,7 @@ SLPS-20453:
|
||||||
compat: 5
|
compat: 5
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes black and white fighters.
|
- XGKickHack # Fixes black and white fighters.
|
||||||
speedHacks:
|
- InstantDMAHack # Fixes black flickering.
|
||||||
MTVUSpeedHack: 0 # Fixes game from crashing.
|
|
||||||
InstantVU1SpeedHack: 0 # Fixes graphical issues.
|
|
||||||
patches:
|
patches:
|
||||||
602B7A48:
|
602B7A48:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -38603,9 +38595,7 @@ SLPS-25578:
|
||||||
region: "NTSC-J"
|
region: "NTSC-J"
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes black and white fighters.
|
- XGKickHack # Fixes black and white fighters.
|
||||||
speedHacks:
|
- InstantDMAHack # Fixes black flickering.
|
||||||
MTVUSpeedHack: 0 # Fixes game from crashing.
|
|
||||||
InstantVU1SpeedHack: 0 # Fixes graphical issues.
|
|
||||||
patches:
|
patches:
|
||||||
F8664E20:
|
F8664E20:
|
||||||
content: |-
|
content: |-
|
||||||
|
@ -39132,11 +39122,9 @@ SLPS-25710:
|
||||||
compat: 4
|
compat: 4
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
deinterlace: 9 # Game requires AdaptiveBFF de-interlacing when auto.
|
deinterlace: 9 # Game requires AdaptiveBFF de-interlacing when auto.
|
||||||
speedHacks:
|
|
||||||
InstantVU1SpeedHack: 0 # Fixes random black frames from happening when in a fight session.
|
|
||||||
MTVUSpeedHack: 0
|
|
||||||
gameFixes:
|
gameFixes:
|
||||||
- XGKickHack # Fixes grey fighters problem.
|
- XGKickHack # Fixes grey fighters problem.
|
||||||
|
- InstantDMAHack # Fixes black flickering.
|
||||||
patches:
|
patches:
|
||||||
A7E5CE23:
|
A7E5CE23:
|
||||||
content: |-
|
content: |-
|
||||||
|
|
Loading…
Reference in New Issue