Skip to content

Commit 5c48f85

Browse files
authored
GameDB: Fix cropping in Tomb Raider 4 & 5 (#3500)
1 parent ebbc1e9 commit 5c48f85

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

data/resources/gamedb.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174595,7 +174595,7 @@ SLES-02239:
174595174595
minPlayers: 1
174596174596
maxPlayers: 1
174597174597
minBlocks: 2
174598-
maxBlocks: 0
174598+
maxBlocks: 2
174599174599
vibration: true
174600174600
multitap: false
174601174601
linkCable: false
@@ -174633,7 +174633,7 @@ SLES-02238:
174633174633
minPlayers: 1
174634174634
maxPlayers: 1
174635174635
minBlocks: 2
174636-
maxBlocks: 0
174636+
maxBlocks: 2
174637174637
vibration: true
174638174638
multitap: false
174639174639
linkCable: false
@@ -174656,7 +174656,7 @@ SLES-02241:
174656174656
minPlayers: 1
174657174657
maxPlayers: 1
174658174658
minBlocks: 2
174659-
maxBlocks: 0
174659+
maxBlocks: 2
174660174660
vibration: true
174661174661
multitap: false
174662174662
linkCable: false
@@ -174675,7 +174675,7 @@ SLES-02242:
174675174675
minPlayers: 1
174676174676
maxPlayers: 1
174677174677
minBlocks: 2
174678-
maxBlocks: 0
174678+
maxBlocks: 2
174679174679
vibration: true
174680174680
multitap: false
174681174681
linkCable: false
@@ -174687,6 +174687,8 @@ SLUS-00885:
174687174687
controllers:
174688174688
- AnalogController
174689174689
- DigitalController
174690+
settings:
174691+
displayCropMode: Borders
174690174692
metadata:
174691174693
publisher: "Eidos Interactive"
174692174694
developer: "Core Design"
@@ -174697,7 +174699,7 @@ SLUS-00885:
174697174699
minPlayers: 1
174698174700
maxPlayers: 1
174699174701
minBlocks: 2
174700-
maxBlocks: 0
174702+
maxBlocks: 2
174701174703
vibration: true
174702174704
multitap: false
174703174705
linkCable: false
@@ -174773,6 +174775,8 @@ SLUS-01311:
174773174775
controllers:
174774174776
- AnalogController
174775174777
- DigitalController
174778+
settings:
174779+
displayCropMode: Borders
174776174780
metadata:
174777174781
publisher: "Eidos Interactive"
174778174782
developer: "Core Design"
@@ -175145,7 +175149,7 @@ SLES-02240:
175145175149
minPlayers: 1
175146175150
maxPlayers: 1
175147175151
minBlocks: 2
175148-
maxBlocks: 0
175152+
maxBlocks: 2
175149175153
vibration: true
175150175154
multitap: false
175151175155
linkCable: false
@@ -175167,7 +175171,7 @@ SLPM-86896:
175167175171
minPlayers: 1
175168175172
maxPlayers: 1
175169175173
minBlocks: 2
175170-
maxBlocks: 0
175174+
maxBlocks: 2
175171175175
vibration: true
175172175176
multitap: false
175173175177
linkCable: false

0 commit comments

Comments
 (0)