mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add missing BlueTongue GSC entries
This commit is contained in:
parent
18c74a245d
commit
6fe5d9a9e9
|
@ -22743,6 +22743,11 @@ SLES-54521:
|
||||||
SLES-54522:
|
SLES-54522:
|
||||||
name: "Nickelodeon SpongeBob and Friends - Battle for Volcano Island"
|
name: "Nickelodeon SpongeBob and Friends - Battle for Volcano Island"
|
||||||
region: "PAL-A"
|
region: "PAL-A"
|
||||||
|
gsHWFixes:
|
||||||
|
mipmap: 2 # Better characters and environment.
|
||||||
|
trilinearFiltering: 1 # Using mipmaps, so may as well.
|
||||||
|
autoFlush: 2 # Fixes texture corruptions.
|
||||||
|
getSkipCount: "GSC_BlueTongueGames" # Render mipmaps on the CPU.
|
||||||
SLES-54527:
|
SLES-54527:
|
||||||
name: "Flushed Away"
|
name: "Flushed Away"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
|
@ -24032,12 +24037,14 @@ SLES-54990:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1 # Fixes garbage textures in the distance.
|
mipmap: 1 # Fixes garbage textures in the distance.
|
||||||
halfPixelOffset: 2 # Corrects most vertical lines.
|
halfPixelOffset: 2 # Corrects most vertical lines.
|
||||||
|
getSkipCount: "GSC_BlueTongueGames" # Mipmap rendering on CPU.
|
||||||
SLES-54991:
|
SLES-54991:
|
||||||
name: "Nickelodeon SpongeBob and Friends - Attack of the Toybots"
|
name: "Nickelodeon SpongeBob and Friends - Attack of the Toybots"
|
||||||
region: "PAL-M6"
|
region: "PAL-M6"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1 # Fixes garbage textures in the distance.
|
mipmap: 1 # Fixes garbage textures in the distance.
|
||||||
halfPixelOffset: 2 # Corrects most vertical lines.
|
halfPixelOffset: 2 # Corrects most vertical lines.
|
||||||
|
getSkipCount: "GSC_BlueTongueGames" # Mipmap rendering on CPU.
|
||||||
SLES-54992:
|
SLES-54992:
|
||||||
name: "PDC World Championship Darts 2008"
|
name: "PDC World Championship Darts 2008"
|
||||||
region: "PAL-M6"
|
region: "PAL-M6"
|
||||||
|
@ -54867,6 +54874,7 @@ SLUS-21605:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 1 # Fixes garbage textures in the distance.
|
mipmap: 1 # Fixes garbage textures in the distance.
|
||||||
halfPixelOffset: 2 # Corrects most vertical lines.
|
halfPixelOffset: 2 # Corrects most vertical lines.
|
||||||
|
getSkipCount: "GSC_BlueTongueGames" # Mipmap rendering on CPU.
|
||||||
SLUS-21606:
|
SLUS-21606:
|
||||||
name: "Metropolismania 2"
|
name: "Metropolismania 2"
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
|
|
Loading…
Reference in New Issue