mirror of https://github.com/PCSX2/pcsx2.git
GameDB: PJ King Kong fixes
Fixes for the hash cache being silly and spiking to stupid levels killing performance.
This commit is contained in:
parent
7fd82fffab
commit
ec9bc59962
|
@ -12146,6 +12146,7 @@ SLED-53723:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 2 # Increases image brightness.
|
recommendedBlendingLevel: 2 # Increases image brightness.
|
||||||
autoFlush: 1 # Corrects vignette to match software.
|
autoFlush: 1 # Corrects vignette to match software.
|
||||||
|
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
|
||||||
SLED-53731:
|
SLED-53731:
|
||||||
name: "Battlefield 2 - Modern Combat [Demo]"
|
name: "Battlefield 2 - Modern Combat [Demo]"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -21560,18 +21561,21 @@ SLES-53703:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 2 # Increases image brightness.
|
recommendedBlendingLevel: 2 # Increases image brightness.
|
||||||
autoFlush: 1 # Corrects vignette to match software.
|
autoFlush: 1 # Corrects vignette to match software.
|
||||||
|
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
|
||||||
SLES-53704:
|
SLES-53704:
|
||||||
name: "King Kong, Peter Jackson's - The Official Game of the Movie"
|
name: "King Kong, Peter Jackson's - The Official Game of the Movie"
|
||||||
region: "PAL-R"
|
region: "PAL-R"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 2 # Increases image brightness.
|
recommendedBlendingLevel: 2 # Increases image brightness.
|
||||||
autoFlush: 1 # Corrects vignette to match software.
|
autoFlush: 1 # Corrects vignette to match software.
|
||||||
|
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
|
||||||
SLES-53705:
|
SLES-53705:
|
||||||
name: "King Kong, Peter Jackson's - The Official Game of the Movie"
|
name: "King Kong, Peter Jackson's - The Official Game of the Movie"
|
||||||
region: "PAL-PL-E"
|
region: "PAL-PL-E"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 2 # Increases image brightness.
|
recommendedBlendingLevel: 2 # Increases image brightness.
|
||||||
autoFlush: 1 # Corrects vignette to match software.
|
autoFlush: 1 # Corrects vignette to match software.
|
||||||
|
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
|
||||||
SLES-53706:
|
SLES-53706:
|
||||||
name: "The Chronicles of Narnia - The Lion Witch and The Wardrobe"
|
name: "The Chronicles of Narnia - The Lion Witch and The Wardrobe"
|
||||||
name-sort: "Chronicles of Narnia, The - The Lion, The Witch and The Wardrobe"
|
name-sort: "Chronicles of Narnia, The - The Lion, The Witch and The Wardrobe"
|
||||||
|
@ -28481,6 +28485,7 @@ SLKA-25337:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 2 # Increases image brightness.
|
recommendedBlendingLevel: 2 # Increases image brightness.
|
||||||
autoFlush: 1 # Corrects vignette to match software.
|
autoFlush: 1 # Corrects vignette to match software.
|
||||||
|
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
|
||||||
SLKA-25338:
|
SLKA-25338:
|
||||||
name: "The Godfather"
|
name: "The Godfather"
|
||||||
name-sort: "Godfather, The"
|
name-sort: "Godfather, The"
|
||||||
|
@ -41329,6 +41334,7 @@ SLPM-66211:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 2 # Increases image brightness.
|
recommendedBlendingLevel: 2 # Increases image brightness.
|
||||||
autoFlush: 1 # Corrects vignette to match software.
|
autoFlush: 1 # Corrects vignette to match software.
|
||||||
|
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
|
||||||
SLPM-66212:
|
SLPM-66212:
|
||||||
name: セガラリー2006
|
name: セガラリー2006
|
||||||
name-sort: せがらりー2006
|
name-sort: せがらりー2006
|
||||||
|
@ -62062,6 +62068,7 @@ SLUS-21311:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
recommendedBlendingLevel: 2 # Increases image brightness.
|
recommendedBlendingLevel: 2 # Increases image brightness.
|
||||||
autoFlush: 1 # Corrects vignette to match software.
|
autoFlush: 1 # Corrects vignette to match software.
|
||||||
|
estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
|
||||||
SLUS-21312:
|
SLUS-21312:
|
||||||
name: "Wallace & Gromit - The Curse of the Were-Rabbit"
|
name: "Wallace & Gromit - The Curse of the Were-Rabbit"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue