GameDB: 007 EON Fixes

Adds mipmapping full and trilinear PS2 to 007 Everything Or Nothing to fix up texture detail and removes mipmapping from Fifa games to prevent players from going bald or having rainbow vomit shirts.
This commit is contained in:
JordanTheToaster 2023-02-25 03:07:33 +00:00 committed by refractionpcsx2
parent b4beacfc43
commit 6b81050283
1 changed files with 14 additions and 88 deletions

View File

@ -9273,6 +9273,8 @@ SLED-52326:
region: "PAL-E" region: "PAL-E"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Fixes lines in cutscenes. halfPixelOffset: 2 # Fixes lines in cutscenes.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLED-52375: SLED-52375:
name: "Fight Night 2004 [Demo]" name: "Fight Night 2004 [Demo]"
region: "PAL-E" region: "PAL-E"
@ -9341,8 +9343,6 @@ SLED-52890:
region: "PAL-M7" region: "PAL-M7"
gameFixes: gameFixes:
- GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3. - GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3.
gsHWFixes:
mipmap: 1
SLED-52899: SLED-52899:
name: "Killzone [Bonus Disc]" name: "Killzone [Bonus Disc]"
region: "PAL-M5" region: "PAL-M5"
@ -13794,8 +13794,6 @@ SLES-51953:
region: "PAL-M4" region: "PAL-M4"
clampModes: clampModes:
vuClampMode: 2 # Missing geometry with microVU. vuClampMode: 2 # Missing geometry with microVU.
gsHWFixes:
mipmap: 1
SLES-51954: SLES-51954:
name: "Max Payne 2 - The Fall of Max Payne" name: "Max Payne 2 - The Fall of Max Payne"
region: "PAL-E" region: "PAL-E"
@ -13833,15 +13831,11 @@ SLES-51963:
region: "PAL-F-G" region: "PAL-F-G"
clampModes: clampModes:
vuClampMode: 2 # Missing geometry with microVU. vuClampMode: 2 # Missing geometry with microVU.
gsHWFixes:
mipmap: 1 # Improves field textures.
SLES-51964: SLES-51964:
name: "FIFA 2004" name: "FIFA 2004"
region: "PAL-P-S" region: "PAL-P-S"
clampModes: clampModes:
vuClampMode: 2 # Missing geometry with microVU. vuClampMode: 2 # Missing geometry with microVU.
gsHWFixes:
mipmap: 1 # Improves field textures.
SLES-51966: SLES-51966:
name: "Bombastic" name: "Bombastic"
region: "PAL-E" region: "PAL-E"
@ -13934,6 +13928,8 @@ SLES-52005:
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Fixes lines in cutscenes. halfPixelOffset: 2 # Fixes lines in cutscenes.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-52008: SLES-52008:
name: "NBA Live 2004" name: "NBA Live 2004"
region: "PAL-M5" region: "PAL-M5"
@ -14028,6 +14024,8 @@ SLES-52046:
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Fixes lines in cutscenes. halfPixelOffset: 2 # Fixes lines in cutscenes.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-52047: SLES-52047:
name: "Sims, The - Bustin' Out" name: "Sims, The - Bustin' Out"
region: "PAL-M6" region: "PAL-M6"
@ -15071,36 +15069,26 @@ SLES-52559:
region: "PAL-E" region: "PAL-E"
gameFixes: gameFixes:
- GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3. - GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3.
gsHWFixes:
mipmap: 1 # Improves field textures.
SLES-52560: SLES-52560:
name: "FIFA 2005" name: "FIFA 2005"
region: "PAL-G" region: "PAL-G"
gameFixes: gameFixes:
- GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3. - GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3.
gsHWFixes:
mipmap: 1 # Improves field textures.
SLES-52561: SLES-52561:
name: "FIFA 2005" name: "FIFA 2005"
region: "PAL-P-S" region: "PAL-P-S"
gameFixes: gameFixes:
- GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3. - GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3.
gsHWFixes:
mipmap: 1 # Improves field textures.
SLES-52562: SLES-52562:
name: "FIFA 2005" name: "FIFA 2005"
region: "PAL-I" region: "PAL-I"
gameFixes: gameFixes:
- GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3. - GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3.
gsHWFixes:
mipmap: 1 # Improves field textures.
SLES-52563: SLES-52563:
name: "FIFA Football 2005" name: "FIFA Football 2005"
region: "PAL-M6" region: "PAL-M6"
gameFixes: gameFixes:
- GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3. - GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3.
gsHWFixes:
mipmap: 1 # Improves field textures.
SLES-52567: SLES-52567:
name: "Catwoman" name: "Catwoman"
region: "PAL-M7" region: "PAL-M7"
@ -17504,36 +17492,26 @@ SLES-53529:
region: "PAL-E" region: "PAL-E"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-53530: SLES-53530:
name: "FIFA '06" name: "FIFA '06"
region: "PAL-I" region: "PAL-I"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-53531: SLES-53531:
name: "FIFA '06" name: "FIFA '06"
region: "PAL-F-G" region: "PAL-F-G"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-53532: SLES-53532:
name: "FIFA '06" name: "FIFA '06"
region: "PAL-P-S" region: "PAL-P-S"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-53533: SLES-53533:
name: "FIFA '06" name: "FIFA '06"
region: "PAL-M8" region: "PAL-M8"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-53534: SLES-53534:
name: "Tony Hawk's American Wasteland" name: "Tony Hawk's American Wasteland"
region: "PAL-E" region: "PAL-E"
@ -19464,43 +19442,31 @@ SLES-54240:
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54241: SLES-54241:
name: "FIFA '07" name: "FIFA '07"
region: "PAL-M3" region: "PAL-M3"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54243: SLES-54243:
name: "FIFA '07" name: "FIFA '07"
region: "PAL-P-S" region: "PAL-P-S"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54244: SLES-54244:
name: "FIFA '07" name: "FIFA '07"
region: "PAL-M5" region: "PAL-M5"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54245: SLES-54245:
name: "NHL '07" name: "NHL '07"
region: "PAL-M6" region: "PAL-M6"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54246: SLES-54246:
name: "FIFA '07" name: "FIFA '07"
region: "PAL-R" region: "PAL-R"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54248: SLES-54248:
name: "Madden NFL '07" name: "Madden NFL '07"
region: "PAL-E" region: "PAL-E"
@ -21071,36 +21037,26 @@ SLES-54870:
region: "PAL-E" region: "PAL-E"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54871: SLES-54871:
name: "FIFA '08" name: "FIFA '08"
region: "PAL-F-G-I" region: "PAL-F-G-I"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54872: SLES-54872:
name: "FIFA '08" name: "FIFA '08"
region: "PAL-P-S" region: "PAL-P-S"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54873: SLES-54873:
name: "FIFA '08" name: "FIFA '08"
region: "PAL-M5" region: "PAL-M5"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54874: SLES-54874:
name: "FIFA '08" name: "FIFA '08"
region: "PAL-M5" region: "PAL-M5"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-54875: SLES-54875:
name: "Warriors Orochi" name: "Warriors Orochi"
region: "PAL-E" region: "PAL-E"
@ -22097,37 +22053,27 @@ SLES-55243:
region: "PAL-E" region: "PAL-E"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55244: SLES-55244:
name: "FIFA 09" name: "FIFA 09"
region: "PAL-F-G" region: "PAL-F-G"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55245: SLES-55245:
name: "FIFA 09" name: "FIFA 09"
region: "PAL-M5" region: "PAL-M5"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55246: SLES-55246:
name: "FIFA 09" name: "FIFA 09"
region: "PAL-M4" region: "PAL-M4"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55247: SLES-55247:
name: "FIFA 09" name: "FIFA 09"
region: "PAL-M5" region: "PAL-M5"
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55248: SLES-55248:
name: "Harry Potter and the Half-Blood Prince" name: "Harry Potter and the Half-Blood Prince"
region: "PAL-M6" region: "PAL-M6"
@ -22790,37 +22736,27 @@ SLES-55581:
region: "PAL-M5" region: "PAL-M5"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55582: SLES-55582:
name: "FIFA 10" name: "FIFA 10"
region: "PAL-F-G" region: "PAL-F-G"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55583: SLES-55583:
name: "FIFA 10" name: "FIFA 10"
region: "PAL-SC" region: "PAL-SC"
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55584: SLES-55584:
name: "FIFA 10" name: "FIFA 10"
region: "PAL-M5" region: "PAL-M5"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55585: SLES-55585:
name: "FIFA 10" name: "FIFA 10"
region: "PAL-E" region: "PAL-E"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLES-55587: SLES-55587:
name: "Pro Evolution Soccer 2010" name: "Pro Evolution Soccer 2010"
region: "PAL-M5" region: "PAL-M5"
@ -24488,8 +24424,6 @@ SLKA-25396:
region: "NTSC-K" region: "NTSC-K"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLKA-25397: SLKA-25397:
name: "Dragon Ball Z Sparking NEO" name: "Dragon Ball Z Sparking NEO"
region: "NTSC-K" region: "NTSC-K"
@ -29212,6 +29146,8 @@ SLPM-65446:
region: "NTSC-J" region: "NTSC-J"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Fixes lines in cutscenes. halfPixelOffset: 2 # Fixes lines in cutscenes.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLPM-65447: SLPM-65447:
name: "Kunoichi" name: "Kunoichi"
region: "NTSC-J" region: "NTSC-J"
@ -30123,6 +30059,8 @@ SLPM-65725:
region: "NTSC-J" region: "NTSC-J"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Fixes lines in cutscenes. halfPixelOffset: 2 # Fixes lines in cutscenes.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLPM-65726: SLPM-65726:
name: "Star Wars - Jango Fett [EA Best Hits]" name: "Star Wars - Jango Fett [EA Best Hits]"
region: "NTSC-J" region: "NTSC-J"
@ -44199,6 +44137,8 @@ SLUS-20751:
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Fixes lines in cutscenes. halfPixelOffset: 2 # Fixes lines in cutscenes.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-20752: SLUS-20752:
name: "Madden NFL 2004" name: "Madden NFL 2004"
region: "NTSC-U" region: "NTSC-U"
@ -45776,8 +45716,6 @@ SLUS-21051:
compat: 5 compat: 5
gameFixes: gameFixes:
- GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3. - GIFFIFOHack # Partially fixes graphical issues also needs EE cycle rate + 3.
gsHWFixes:
mipmap: 1
SLUS-21052: SLUS-21052:
name: "Disney's Monsters Inc." name: "Disney's Monsters Inc."
region: "NTSC-U" region: "NTSC-U"
@ -46987,8 +46925,6 @@ SLUS-21280:
region: "NTSC-U" region: "NTSC-U"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-21281: SLUS-21281:
name: "Marvel Nemesis - Rise of the Imperfects" name: "Marvel Nemesis - Rise of the Imperfects"
region: "NTSC-U" region: "NTSC-U"
@ -47905,8 +47841,6 @@ SLUS-21433:
region: "NTSC-U" region: "NTSC-U"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-21434: SLUS-21434:
name: "Superman Returns - The Video Game" name: "Superman Returns - The Video Game"
region: "NTSC-U" region: "NTSC-U"
@ -48865,8 +48799,6 @@ SLUS-21648:
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-21649: SLUS-21649:
name: "NBA Live '08" name: "NBA Live '08"
region: "NTSC-U" region: "NTSC-U"
@ -49473,8 +49405,6 @@ SLUS-21776:
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-21777: SLUS-21777:
name: "NBA Live '09" name: "NBA Live '09"
region: "NTSC-U" region: "NTSC-U"
@ -50027,8 +49957,6 @@ SLUS-21905:
region: "NTSC-U" region: "NTSC-U"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-21906: SLUS-21906:
name: "Cabela's Outdoor Adventures 2010" name: "Cabela's Outdoor Adventures 2010"
region: "NTSC-U" region: "NTSC-U"
@ -50701,6 +50629,8 @@ SLUS-29095:
region: "NTSC-U" region: "NTSC-U"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Fixes lines in cutscenes. halfPixelOffset: 2 # Fixes lines in cutscenes.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-29096: SLUS-29096:
name: "Final Night 2004 [Demo]" name: "Final Night 2004 [Demo]"
region: "NTSC-U" region: "NTSC-U"
@ -50910,8 +50840,6 @@ SLUS-29160:
region: "NTSC-U" region: "NTSC-U"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-29161: SLUS-29161:
name: "SSX On Tour [Demo]" name: "SSX On Tour [Demo]"
region: "NTSC-U" region: "NTSC-U"
@ -51038,8 +50966,6 @@ SLUS-29194:
region: "NTSC-U" region: "NTSC-U"
gsHWFixes: gsHWFixes:
halfPixelOffset: 2 # Reduces blurriness. halfPixelOffset: 2 # Reduces blurriness.
mipmap: 2 # Cleans up texture detail.
trilinearFiltering: 1 # Smoothes out mipmapping.
SLUS-29195: SLUS-29195:
name: "Yakuza [Demo]" name: "Yakuza [Demo]"
region: "NTSC-U" region: "NTSC-U"