mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add Instant DMA to Jak X Combat Racing
This commit is contained in:
parent
51a35d40e5
commit
2f21caa41c
|
@ -5011,6 +5011,8 @@ SCES-53285:
|
||||||
SCES-53286:
|
SCES-53286:
|
||||||
name: "Jak X - Combat Racing"
|
name: "Jak X - Combat Racing"
|
||||||
region: "PAL-M7"
|
region: "PAL-M7"
|
||||||
|
gameFixes:
|
||||||
|
- InstantDMAHack # Fixes bad IPU DMA timing.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 1 # Fix lines in the sky.
|
roundSprite: 1 # Fix lines in the sky.
|
||||||
autoFlush: 2 # Fixes lighting.
|
autoFlush: 2 # Fixes lighting.
|
||||||
|
@ -9802,6 +9804,8 @@ SCUS-97429:
|
||||||
name: "Jak X - Combat Racing"
|
name: "Jak X - Combat Racing"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gameFixes:
|
||||||
|
- InstantDMAHack # Fixes bad IPU DMA timing.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 1 # Fix lines in the sky.
|
roundSprite: 1 # Fix lines in the sky.
|
||||||
autoFlush: 2 # Fixes lighting.
|
autoFlush: 2 # Fixes lighting.
|
||||||
|
@ -10084,6 +10088,8 @@ SCUS-97485:
|
||||||
SCUS-97486:
|
SCUS-97486:
|
||||||
name: "Jak X - Combat Racing [Regular Demo]"
|
name: "Jak X - Combat Racing [Regular Demo]"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
gameFixes:
|
||||||
|
- InstantDMAHack # Fixes bad IPU DMA timing.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 1 # Fix lines in the sky.
|
roundSprite: 1 # Fix lines in the sky.
|
||||||
autoFlush: 2 # Fixes lighting.
|
autoFlush: 2 # Fixes lighting.
|
||||||
|
@ -10107,6 +10113,8 @@ SCUS-97488:
|
||||||
name: "Jak X - Combat Racing [Public Beta v.1]"
|
name: "Jak X - Combat Racing [Public Beta v.1]"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gameFixes:
|
||||||
|
- InstantDMAHack # Fixes bad IPU DMA timing.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 1 # Fix lines in the sky.
|
roundSprite: 1 # Fix lines in the sky.
|
||||||
autoFlush: 2 # Fixes lighting.
|
autoFlush: 2 # Fixes lighting.
|
||||||
|
@ -10432,6 +10440,8 @@ SCUS-97572:
|
||||||
SCUS-97574:
|
SCUS-97574:
|
||||||
name: "Jak X - Combat Racing [Greatest Hits]"
|
name: "Jak X - Combat Racing [Greatest Hits]"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
gameFixes:
|
||||||
|
- InstantDMAHack # Fixes bad IPU DMA timing.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 1 # Fix lines in the sky.
|
roundSprite: 1 # Fix lines in the sky.
|
||||||
autoFlush: 2 # Fixes lighting.
|
autoFlush: 2 # Fixes lighting.
|
||||||
|
@ -57884,6 +57894,8 @@ TCES-53286:
|
||||||
name: "Jak X Beta Trial Code"
|
name: "Jak X Beta Trial Code"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gameFixes:
|
||||||
|
- InstantDMAHack # Fixes bad IPU DMA timing.
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
roundSprite: 1 # Fix lines in the sky.
|
roundSprite: 1 # Fix lines in the sky.
|
||||||
autoFlush: 2 # Fixes lighting.
|
autoFlush: 2 # Fixes lighting.
|
||||||
|
|
Loading…
Reference in New Issue