Skip to content

Commit a8fdeb8

Browse files
committed
GameDB: Tighten DMA for Hot Wheels Turbo Racing
Apparently it helps, but I couldn't reproduce this myself.
1 parent 1743bfa commit a8fdeb8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/resources/gamedb.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75000,6 +75000,9 @@ SLES-02198:
7500075000
- AnalogController
7500175001
- DigitalController
7500275002
- NeGcon
75003+
settings:
75004+
dmaMaxSliceTicks: 100 # Helps stability in menus/FMVs.
75005+
dmaHaltTicks: 200 # Helps stability in menus/FMVs.
7500375006
metadata:
7500475007
publisher: "Electronic Arts"
7500575008
developer: "Stormfront Studios"
@@ -75023,6 +75026,9 @@ SLUS-00964:
7502375026
- AnalogController
7502475027
- DigitalController
7502575028
- NeGcon
75029+
settings:
75030+
dmaMaxSliceTicks: 100 # Helps stability in menus/FMVs.
75031+
dmaHaltTicks: 200 # Helps stability in menus/FMVs.
7502675032
metadata:
7502775033
publisher: "Electronic Arts"
7502875034
developer: "Stormfront Studios"

0 commit comments

Comments
 (0)