Skip to content

Commit

Permalink
GameDB: Various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanTheToaster committed Apr 3, 2024
1 parent 2693bbf commit cd5e162
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@ SCAJ-20109:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -5194,6 +5195,7 @@ SCES-52456:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -6700,6 +6702,7 @@ SCKA-20037:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -8270,6 +8273,7 @@ SCPS-15084:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -9011,6 +9015,7 @@ SCPS-19309:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -10687,6 +10692,7 @@ SCUS-97353:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -10891,6 +10897,7 @@ SCUS-97411:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand All @@ -10913,6 +10920,7 @@ SCUS-97413:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -11447,6 +11455,7 @@ SCUS-97518:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down Expand Up @@ -13232,6 +13241,7 @@ SLES-50111:
region: "PAL-M4"
gsHWFixes:
gpuPaletteConversion: 2 # Improves FPS and reduces HC size.
deinterlace: 5 # Improves image clarity in motion.
SLES-50112:
name: "Shadow of Memories"
region: "PAL-M5"
Expand Down Expand Up @@ -21535,7 +21545,7 @@ SLES-53433:
name: "NHL '06"
region: "PAL-M6"
SLES-53434:
name: "WWI - Red Baron"
name: "Red Baron"
region: "PAL-M3"
SLES-53435:
name: "SAS Anti-Terror Force"
Expand Down Expand Up @@ -67149,7 +67159,7 @@ SLUS-21835:
region: "NTSC-U"
compat: 5
SLUS-21836:
name: "Secret Service - Ultimate Sacrifice"
name: "Secret Service"
region: "NTSC-U"
compat: 5
SLUS-21838:
Expand Down Expand Up @@ -68760,6 +68770,7 @@ TCES-52456:
gameFixes:
- EETimingHack # Fixes SPR errors while going in-game.
gsHWFixes:
recommendedBlendingLevel: 3 # Improves color and luminosity of surfaces.
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
disablePartialInvalidation: 1 # Prevents the situation that a level (Aquatos) doesn't render characters and geometry.
Expand Down

0 comments on commit cd5e162

Please sign in to comment.