Skip to content

Commit

Permalink
GameDB: Add TOCA Race Driver 3 memcard filters
Browse files Browse the repository at this point in the history
  • Loading branch information
CookiePLMonster authored and F0bes committed Feb 24, 2025
1 parent a48bc76 commit 29b736b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20072,7 +20072,7 @@ SLES-52636:
autoFlush: 1 # Fixes incorrect colors.
alignSprite: 1 # Fixes vertical lines such as in FMVs.
SLES-52637:
name: "TOCA Racer Driver 2"
name: "TOCA Race Driver 2"
region: "PAL-M5"
gsHWFixes:
alignSprite: 1 # Fixes lighting and vertical lines, also works with normal vertex.
Expand Down Expand Up @@ -21515,6 +21515,9 @@ SLES-53087:
skipDrawEnd: 1 # Removes large black box around player car till we properly emulate it.
halfPixelOffset: 2 # Fixes depth of field alignment.
nativeScaling: 1 # Fixes depth of field.
memcardFilters:
- "SLES-53087"
- "SLES-52637" # Race Driver 2 save unlocks 'Class A 4WD Track Challenge' in career early.
SLES-53088:
name: "DTM Race Driver 3"
region: "PAL-M5"
Expand All @@ -21525,6 +21528,9 @@ SLES-53088:
skipDrawEnd: 1 # Removes large black box around player car till we properly emulate it.
halfPixelOffset: 2 # Fixes depth of field alignment.
nativeScaling: 1 # Fixes depth of field.
memcardFilters:
- "SLES-53088"
- "SLES-52638" # Race Driver 2 save unlocks 'Class A 4WD Track Challenge' in career early.
SLES-53089:
name: "V8 Supercars Australia 3"
region: "PAL-E"
Expand All @@ -21535,6 +21541,9 @@ SLES-53089:
skipDrawEnd: 1 # Removes large black box around player car till we properly emulate it.
halfPixelOffset: 2 # Fixes depth of field alignment.
nativeScaling: 1 # Fixes depth of field.
memcardFilters:
- "SLES-53089"
- "SLES-52639" # Race Driver 2 save unlocks 'Class A 4WD Track Challenge' in career early.
SLES-53090:
name: "Circuit Blasters"
region: "PAL-M5"
Expand Down Expand Up @@ -32131,6 +32140,9 @@ SLPM-55046:
skipDrawEnd: 1 # Removes large black box around player car till we properly emulate it.
halfPixelOffset: 2 # Fixes depth of field alignment.
nativeScaling: 1 # Fixes depth of field.
memcardFilters:
- "SLPM-55046"
- "SLPM-66498" # Race Driver 2 save unlocks 'Class A 4WD Track Challenge' in career early.
SLPM-55047:
name: "Sugar+Spice! ~あの子のステキな何もかも~"
name-sort: "しゅがーすぱいす あのこのすてきななにもかも"
Expand Down Expand Up @@ -50342,6 +50354,9 @@ SLPM-66881:
skipDrawEnd: 1 # Removes large black box around player car till we properly emulate it.
halfPixelOffset: 2 # Fixes depth of field alignment.
nativeScaling: 1 # Fixes depth of field.
memcardFilters:
- "SLPM-66881"
- "SLPM-66498" # Race Driver 2 save unlocks 'Class A 4WD Track Challenge' in career early.
SLPM-66882:
name: "はかれなはーと ~君がために輝きを~ [限定版・サントラボイスCD付]"
name-sort: "はかれなはーと きみがためにかがやきを [げんていばん さんとらぼいすCDつき]"
Expand Down Expand Up @@ -67663,6 +67678,9 @@ SLUS-21182:
skipDrawEnd: 1 # Removes large black box around player car till we properly emulate it.
halfPixelOffset: 2 # Fixes depth of field alignment.
nativeScaling: 1 # Fixes depth of field.
memcardFilters:
- "SLUS-21182"
- "SLUS-21039" # Race Driver 2 save unlocks 'Class A 4WD Track Challenge' in career early.
SLUS-21183:
name: "Teen Titans"
region: "NTSC-U"
Expand Down

0 comments on commit 29b736b

Please sign in to comment.