Skip to content

Commit

Permalink
GameDB: Add some gshw fixes.
Browse files Browse the repository at this point in the history
Add full mipmap with ps2 trilinear to Global Storm:
Fixes ground textures.

Add missing autoflush fixes to other regions of Terminator 3 The Redemption:
Fixes environment lights visible through player model.
  • Loading branch information
lightningterror committed Mar 22, 2024
1 parent 3f4d9fd commit 93a1ae9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18305,6 +18305,8 @@ SLES-52282:
SLES-52283:
name: "Terminator 3 - The Redemption"
region: "PAL-M5"
gsHWFixes:
autoFlush: 2 # Fixes environment lights visible through player model.
SLES-52284:
name: "Deadly Skies III"
region: "PAL-M5"
Expand Down Expand Up @@ -19037,6 +19039,9 @@ SLES-52573:
region: "PAL-M5"
roundModes:
eeRoundMode: 2 # Fixes abnormal character behaviour.
gsHWFixes:
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
SLES-52576:
name: "Yu-Gi-Oh! Capsule Monster Coliseum"
region: "PAL-M5"
Expand Down Expand Up @@ -40738,6 +40743,8 @@ SLPM-65837:
name-sort: Terminator 3:The Redemption
name-en: "Terminator 3 - Redemption"
region: "NTSC-J"
gsHWFixes:
autoFlush: 2 # Fixes environment lights visible through player model.
SLPM-65838:
name: 半熟銀河弁当 半熟英雄4 〜7人の半熟英雄〜 [限定版]
name-sort: はんじゅくぎんがべんとう はんじゅくひーろー4 7にんのはんじゅくひーろー [げんていばん]
Expand Down Expand Up @@ -63180,6 +63187,9 @@ SLUS-21172:
compat: 5
roundModes:
eeRoundMode: 2 # Fixes abnormal character behaviour.
gsHWFixes:
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
trilinearFiltering: 1
SLUS-21173:
name: "Dora the Explorer - To the Purple Planet"
region: "NTSC-U"
Expand Down

0 comments on commit 93a1ae9

Please sign in to comment.