mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Various fixes
Fixes for missing lighting in No One Lives Forever and somehow fixes Spongebob Revenge of The Flying Dutchman not starting a new game in the PAL version.
This commit is contained in:
parent
1ef9bc464d
commit
1067ed309a
|
@ -11407,6 +11407,7 @@ SLES-50592:
|
||||||
name: "No One Lives Forever"
|
name: "No One Lives Forever"
|
||||||
region: "PAL-M5"
|
region: "PAL-M5"
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
|
recommendedBlendingLevel: 4 # Fixes missing lighting.
|
||||||
mipmap: 2 # Fixes miptrick texture effects.
|
mipmap: 2 # Fixes miptrick texture effects.
|
||||||
trilinearFiltering: 1 # Fixes miptrick blending and also needs Full Blending to fix the lighting.
|
trilinearFiltering: 1 # Fixes miptrick blending and also needs Full Blending to fix the lighting.
|
||||||
SLES-50606:
|
SLES-50606:
|
||||||
|
@ -13094,6 +13095,8 @@ SLES-51285:
|
||||||
name: "Spongebob SquarePants - Revenge of the Flying Dutchman"
|
name: "Spongebob SquarePants - Revenge of the Flying Dutchman"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
compat: 5
|
compat: 5
|
||||||
|
gsHWFixes:
|
||||||
|
partialTargetInvalidation: 1 # Fixes game returning to main menu on selecting new game.
|
||||||
SLES-51286:
|
SLES-51286:
|
||||||
name: "X-Men 2 - Wolverine's Revenge"
|
name: "X-Men 2 - Wolverine's Revenge"
|
||||||
region: "PAL-E"
|
region: "PAL-E"
|
||||||
|
@ -42573,6 +42576,7 @@ SLUS-20028:
|
||||||
region: "NTSC-U"
|
region: "NTSC-U"
|
||||||
compat: 5
|
compat: 5
|
||||||
gsHWFixes:
|
gsHWFixes:
|
||||||
|
recommendedBlendingLevel: 4 # Fixes missing lighting.
|
||||||
mipmap: 2 # Fixes miptrick texture effects.
|
mipmap: 2 # Fixes miptrick texture effects.
|
||||||
trilinearFiltering: 1 # Fixes miptrick blending and also needs Full Blending to fix the lighting.
|
trilinearFiltering: 1 # Fixes miptrick blending and also needs Full Blending to fix the lighting.
|
||||||
SLUS-20029:
|
SLUS-20029:
|
||||||
|
|
Loading…
Reference in New Issue