Skip to content

Commit

Permalink
GameDB: PJ King Kong fixes
Browse files Browse the repository at this point in the history
Fixes for the hash cache being silly and spiking to stupid levels killing performance.
  • Loading branch information
JordanTheToaster authored and stenzek committed Dec 8, 2023
1 parent 7fd82ff commit ec9bc59
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12146,6 +12146,7 @@ SLED-53723:
gsHWFixes:
recommendedBlendingLevel: 2 # Increases image brightness.
autoFlush: 1 # Corrects vignette to match software.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLED-53731:
name: "Battlefield 2 - Modern Combat [Demo]"
region: "PAL-E"
Expand Down Expand Up @@ -21560,18 +21561,21 @@ SLES-53703:
gsHWFixes:
recommendedBlendingLevel: 2 # Increases image brightness.
autoFlush: 1 # Corrects vignette to match software.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLES-53704:
name: "King Kong, Peter Jackson's - The Official Game of the Movie"
region: "PAL-R"
gsHWFixes:
recommendedBlendingLevel: 2 # Increases image brightness.
autoFlush: 1 # Corrects vignette to match software.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLES-53705:
name: "King Kong, Peter Jackson's - The Official Game of the Movie"
region: "PAL-PL-E"
gsHWFixes:
recommendedBlendingLevel: 2 # Increases image brightness.
autoFlush: 1 # Corrects vignette to match software.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLES-53706:
name: "The Chronicles of Narnia - The Lion Witch and The Wardrobe"
name-sort: "Chronicles of Narnia, The - The Lion, The Witch and The Wardrobe"
Expand Down Expand Up @@ -28481,6 +28485,7 @@ SLKA-25337:
gsHWFixes:
recommendedBlendingLevel: 2 # Increases image brightness.
autoFlush: 1 # Corrects vignette to match software.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLKA-25338:
name: "The Godfather"
name-sort: "Godfather, The"
Expand Down Expand Up @@ -41329,6 +41334,7 @@ SLPM-66211:
gsHWFixes:
recommendedBlendingLevel: 2 # Increases image brightness.
autoFlush: 1 # Corrects vignette to match software.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLPM-66212:
name: セガラリー2006
name-sort: せがらりー2006
Expand Down Expand Up @@ -62062,6 +62068,7 @@ SLUS-21311:
gsHWFixes:
recommendedBlendingLevel: 2 # Increases image brightness.
autoFlush: 1 # Corrects vignette to match software.
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLUS-21312:
name: "Wallace & Gromit - The Curse of the Were-Rabbit"
region: "NTSC-U"
Expand Down

0 comments on commit ec9bc59

Please sign in to comment.