mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 14:25:38 +00:00
GameSettings: Remove a bunch of DMA size overrides
This commit is contained in:
parent
845cd37835
commit
9afd122f85
|
@ -2420,10 +2420,9 @@ Tetris with Card Captor Sakura (Japan)
|
|||
<compatibility>No Issues</compatibility>
|
||||
<version-tested>0.1-2148-g7078f73e</version-tested>
|
||||
</entry>
|
||||
<entry code="SLUS-00498" compatibility="4" region="NTSC-U" title="Moto Racer (USA)">
|
||||
<compatibility>Graphical/Audio Issues</compatibility>
|
||||
<version-tested>0.1-2499-g770dd5a6</version-tested>
|
||||
<comments>Keeps autopausing (Issue #831).</comments>
|
||||
<entry code="SLUS-00498" compatibility="5" region="NTSC-U" title="Moto Racer (USA)">
|
||||
<compatibility>No Issues</compatibility>
|
||||
<version-tested>0.1-2837-g632909df</version-tested>
|
||||
</entry>
|
||||
<entry code="SCUS-94355" compatibility="5" region="NTSC-U" title="Motor Toon Grand Prix (USA)">
|
||||
<compatibility>No Issues</compatibility>
|
||||
|
@ -4038,10 +4037,9 @@ Tetris with Card Captor Sakura (Japan)
|
|||
<compatibility>No Issues</compatibility>
|
||||
<version-tested>0.1-986-gfc911de1</version-tested>
|
||||
</entry>
|
||||
<entry code="SLUS-00510" compatibility="4" region="NTSC-U" title="Vigilante 8 (USA) (Rev 1)">
|
||||
<compatibility>Graphical/Audio Issues</compatibility>
|
||||
<version-tested>0.1-2499-g770dd5a6</version-tested>
|
||||
<comments>[Regression] Textures corruption (Issue #711).</comments>
|
||||
<entry code="SLUS-00510" compatibility="5" region="NTSC-U" title="Vigilante 8 (USA) (Rev 1)">
|
||||
<compatibility>No Issues</compatibility>
|
||||
<version-tested>0.1-2837-g632909df</version-tested>
|
||||
</entry>
|
||||
<entry code="SLUS-00868" compatibility="5" region="NTSC-U" title="Vigilante 8 - 2nd Offense (USA)">
|
||||
<compatibility>No Issues</compatibility>
|
||||
|
|
|
@ -484,51 +484,11 @@ DisplayLineStartOffset = 1
|
|||
ForceRecompilerICache = true
|
||||
|
||||
|
||||
# SLUS-00522 (Auto Destruct (USA))
|
||||
[SLUS-00522]
|
||||
DMAMaxSliceTicks = 200
|
||||
|
||||
|
||||
# SLES-00469 (Moto Racer (Europe) (En,Fr,De,Es,It,Sv))
|
||||
[SLES-00469]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLPS-01163 (Moto Racer (Japan))
|
||||
[SLPS-01163]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLUS-00498 (Moto Racer (USA))
|
||||
[SLUS-00498]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLPS-00433 (International Moto-X (Japan))
|
||||
[SLPS-00433]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLUS-01029 (Disney's Hercules Action Game (USA) (Rerelease))
|
||||
[SLUS-01029]
|
||||
DisableAnalogModeForcing = true
|
||||
|
||||
|
||||
# SLUS-00506 (Frogger (USA))
|
||||
[SLUS-00506]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLES-00704 (Frogger (Europe) (En,Fr,De,Es,It))
|
||||
[SLES-00704]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLPS-01399 (Frogger (Japan))
|
||||
[SLPS-01399]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLUS-00232 (Pandemonium! (USA))
|
||||
[SLUS-00232]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
@ -594,16 +554,6 @@ DMAMaxSliceTicks = 100
|
|||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SCUS-94263 (Bust A Groove (USA))
|
||||
[SCUS-94263]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLPS-01237 (Bust A Move (Japan))
|
||||
[SLPS-01237]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
||||
|
||||
# SLES-00910 (Road Rash 3D (Europe))
|
||||
[SLES-00910]
|
||||
DMAMaxSliceTicks = 100
|
||||
|
@ -633,44 +583,3 @@ ForceInterlacing = true
|
|||
[SLPS-00267]
|
||||
ForceRecompilerICache = true
|
||||
|
||||
|
||||
# SLUS-00510 (Vigilante 8 (USA) (Rev 1))
|
||||
[SLUS-00510]
|
||||
DMAMaxSliceTicks = 300
|
||||
DMAHaltTicks = 100
|
||||
|
||||
|
||||
# SLES-01212 (Vigilante 8 (Europe))
|
||||
[SLES-01212]
|
||||
DMAMaxSliceTicks = 300
|
||||
DMAHaltTicks = 100
|
||||
|
||||
|
||||
# SLES-01214 (Vigilante 8 (Germany))
|
||||
[SLES-01214]
|
||||
DMAMaxSliceTicks = 300
|
||||
DMAHaltTicks = 100
|
||||
|
||||
|
||||
# SLES-01213 (Vigilante 8 (France))
|
||||
[SLES-01213]
|
||||
DMAMaxSliceTicks = 300
|
||||
DMAHaltTicks = 100
|
||||
|
||||
|
||||
# SLES-01215 (Vigilante 8 (Italy))
|
||||
[SLES-01215]
|
||||
DMAMaxSliceTicks = 300
|
||||
DMAHaltTicks = 100
|
||||
|
||||
|
||||
# SLPS-01703 (Vigilante 8 (Japan))
|
||||
[SLPS-01703]
|
||||
DMAMaxSliceTicks = 300
|
||||
DMAHaltTicks = 100
|
||||
|
||||
|
||||
# SLPS-91182 (Vigilante 8 (Japan))
|
||||
[SLPS-91182]
|
||||
DMAMaxSliceTicks = 300
|
||||
DMAHaltTicks = 100
|
Loading…
Reference in a new issue