GameDB: Battle Athletess - Daiundoukai GTO

Requires accurate DMA timing, otherwise the GPU backpressure does not
slow down the frame rate enough, and cutscenes run at twice speed.
This commit is contained in:
Stenzek 2024-08-11 23:35:02 +10:00
parent abbb21ffec
commit 78398f82fd
No known key found for this signature in database

View file

@ -14083,6 +14083,9 @@ SLPS-01548:
controllers:
- AnalogController
- DigitalController
settings:
dmaMaxSliceTicks: 100 # Relies on GPU backpressure to limit frame rate.
dmaHaltTicks: 100 # Too fast DMA and cutscene frame rate will run at 60.
metadata:
publisher: "IPC Software"
developer: "Exrays"
@ -14102,6 +14105,9 @@ SLPM-86526:
controllers:
- AnalogController
- DigitalController
settings:
dmaMaxSliceTicks: 100 # Relies on GPU backpressure to limit frame rate.
dmaHaltTicks: 100 # Too fast DMA and cutscene frame rate will run at 60.
metadata:
publisher: "Hamster"
developer: "Exrays"