mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add AutoFlush to Battle For Volcano Island
Adds autoflush to fix texture corruptions.
This commit is contained in:
parent
9b7d21891d
commit
aa1e9cc9fa
|
@ -20045,6 +20045,7 @@ SLES-54521:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 2 # Better characters and environment.
|
mipmap: 2 # Better characters and environment.
|
||||||
trilinearFiltering: 1 # Using mipmaps, so may as well.
|
trilinearFiltering: 1 # Using mipmaps, so may as well.
|
||||||
|
autoFlush: 1 # Fixes texture corruptions.
|
||||||
getSkipCount: "GSC_BlueTongueGames" # Mipmap rendering on CPU.
|
getSkipCount: "GSC_BlueTongueGames" # Mipmap rendering on CPU.
|
||||||
SLES-54527:
|
SLES-54527:
|
||||||
name: "Flushed Away"
|
name: "Flushed Away"
|
||||||
|
@ -47662,6 +47663,7 @@ SLUS-21469:
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
mipmap: 2 # Better characters and environment.
|
mipmap: 2 # Better characters and environment.
|
||||||
trilinearFiltering: 1 # Using mipmaps, so may as well.
|
trilinearFiltering: 1 # Using mipmaps, so may as well.
|
||||||
|
autoFlush: 1 # Fixes texture corruptions.
|
||||||
getSkipCount: "GSC_BlueTongueGames" # Render mipmaps on the CPU.
|
getSkipCount: "GSC_BlueTongueGames" # Render mipmaps on the CPU.
|
||||||
SLUS-21470:
|
SLUS-21470:
|
||||||
name: "Bratz - Forever Diamondz"
|
name: "Bratz - Forever Diamondz"
|
||||||
|
|
Loading…
Reference in New Issue