mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Misc fixes
Fixes for right edge artifacts in Katamari Damacy.
This commit is contained in:
parent
574f95a35b
commit
b8a1d07cdc
|
@ -1772,7 +1772,9 @@ SCAJ-20169:
|
|||
name: "Dirge of Cerberus - Final Fantasy VII"
|
||||
region: "NTSC-Unk"
|
||||
gsHWFixes:
|
||||
autoFlush: 2 # Fixes lighting.
|
||||
autoFlush: 1 # Fixes lighting.
|
||||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
SCAJ-20170:
|
||||
name: "Tourist Trophy"
|
||||
region: "NTSC-C"
|
||||
|
@ -6504,6 +6506,8 @@ SCKA-20050:
|
|||
SCKA-20051:
|
||||
name: "Minna Daisuki Katamari Damacy"
|
||||
region: "NTSC-K"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes right edge artifact.
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes SPS.
|
||||
clampModes:
|
||||
|
@ -6894,6 +6898,14 @@ SCKA-20134:
|
|||
SCKA-20135:
|
||||
name: "Minna Daisuki Katamari Damacy"
|
||||
region: "NTSC-K"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes right edge artifact.
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes SPS.
|
||||
clampModes:
|
||||
vu1ClampMode: 3 # Fixes SPS.
|
||||
speedHacks:
|
||||
mvuFlag: 0 # Fixes performance and falling through floor and other gameplay.
|
||||
SCKA-20136:
|
||||
name: "Super Robot Taisen Z - Special Disc"
|
||||
region: "NTSC-J-K"
|
||||
|
@ -11940,6 +11952,7 @@ SLED-52736:
|
|||
region: "PAL-E"
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLED-52851:
|
||||
name: "TOCA Race Driver 2"
|
||||
region: "PAL-Unk"
|
||||
|
@ -18725,6 +18738,7 @@ SLES-52725:
|
|||
compat: 5
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLES-52726:
|
||||
name: "NBA Live 2005"
|
||||
region: "PAL-F"
|
||||
|
@ -21956,6 +21970,8 @@ SLES-53827:
|
|||
SLES-53828:
|
||||
name: "We Love Katamari"
|
||||
region: "PAL-M4"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes right edge artifact.
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes SPS.
|
||||
clampModes:
|
||||
|
@ -22862,7 +22878,9 @@ SLES-54185:
|
|||
region: "PAL-M5"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
autoFlush: 2 # Fixes lighting.
|
||||
autoFlush: 1 # Fixes lighting.
|
||||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
SLES-54186:
|
||||
name: "Devil May Cry 3 - Dante's Awakening [Special Edition]"
|
||||
region: "PAL-M5"
|
||||
|
@ -25593,6 +25611,8 @@ SLES-55191:
|
|||
region: "PAL-E"
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes VU size spam and potential graphical issues with GH3 engine.
|
||||
gsHWFixes:
|
||||
textureInsideRT: 1 # Crowd textures.
|
||||
SLES-55192:
|
||||
name: "Steam Express"
|
||||
region: "PAL-M5"
|
||||
|
@ -25646,6 +25666,8 @@ SLES-55200:
|
|||
region: "PAL-M4"
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes VU size spam and potential graphical issues with GH3 engine.
|
||||
gsHWFixes:
|
||||
textureInsideRT: 1 # Crowd textures.
|
||||
SLES-55201:
|
||||
name: "Riding Star"
|
||||
region: "PAL-M4"
|
||||
|
@ -28057,6 +28079,7 @@ SLKA-25241:
|
|||
region: "NTSC-K"
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLKA-25242:
|
||||
name: "Fight Night Round 2"
|
||||
region: "NTSC-K"
|
||||
|
@ -30295,6 +30318,7 @@ SLPM-60250:
|
|||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLPM-60251:
|
||||
name: "Devil May Cry 3 [Trial Version]"
|
||||
region: "NTSC-J"
|
||||
|
@ -30366,6 +30390,14 @@ SLPM-60267:
|
|||
SLPM-60268:
|
||||
name: "Minna Daisuki Katamari Damacy"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes right edge artifact.
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes SPS.
|
||||
clampModes:
|
||||
vu1ClampMode: 3 # Fixes SPS.
|
||||
speedHacks:
|
||||
mvuFlag: 0 # Fixes performance and falling through floor and other gameplay.
|
||||
SLPM-60270:
|
||||
name: "D1 Professional Drift Grand Prix Series 2005 [Trial]"
|
||||
region: "NTSC-J"
|
||||
|
@ -38755,6 +38787,7 @@ SLPM-65766:
|
|||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLPM-65767:
|
||||
name: NBA STARTINGFIVE 2005
|
||||
name-sort: NBA STARTINGFIVE 2005
|
||||
|
@ -40306,6 +40339,7 @@ SLPM-66051:
|
|||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLPM-66052:
|
||||
name: 巫女舞 〜永遠の想い〜
|
||||
name-sort: みこまい 〜えいえんのおもい〜
|
||||
|
@ -41664,7 +41698,9 @@ SLPM-66271:
|
|||
region: "NTSC-J"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
autoFlush: 2 # Fixes lighting.
|
||||
autoFlush: 1 # Fixes lighting.
|
||||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
SLPM-66272:
|
||||
name: I/O
|
||||
name-sort: I/O
|
||||
|
@ -43745,7 +43781,9 @@ SLPM-66629:
|
|||
name-en: "Dirge of Cerberus - Final Fantasy VII International"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
autoFlush: 2 # Fixes lighting.
|
||||
autoFlush: 1 # Fixes lighting.
|
||||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
SLPM-66630:
|
||||
name: メルヘヴン ARM FIGHT DREAM コナミ・ザ・ベスト
|
||||
name-sort: めるへゔん ARM FIGHT DREAM こなみ・ざ・べすと
|
||||
|
@ -45593,6 +45631,7 @@ SLPM-66960:
|
|||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLPM-66961:
|
||||
name: EA:SY!1980 BLACK
|
||||
name-sort: EA:SY!1980 BLACK
|
||||
|
@ -46115,8 +46154,12 @@ SLPM-68014:
|
|||
SLPM-68016:
|
||||
name: ダージュ・オブ・ケルベロス -ファイナルファンタジーVII-
|
||||
name-sort: だーじゅ・おぶ・けるべろす -ふぁいなるふぁんたじーVII-
|
||||
name-en: "Dirge of Cerberus - Final Fantasy VII"
|
||||
name-en: "Dirge of Cerberus - Final Fantasy VII Beta Version"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
autoFlush: 1 # Fixes lighting.
|
||||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
SLPM-68017:
|
||||
name: "Shin Onimusha - Dawn of Dreams [Saikyou Save Data]"
|
||||
region: "NTSC-J"
|
||||
|
@ -51706,6 +51749,8 @@ SLPS-25467:
|
|||
name-en: "Minna Daisuki Katamari Damacy"
|
||||
region: "NTSC-J"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes right edge artifact.
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes SPS.
|
||||
clampModes:
|
||||
|
@ -54025,6 +54070,8 @@ SLPS-25886:
|
|||
region: "NTSC-J"
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes VU size spam and potential graphical issues with GH3 engine.
|
||||
gsHWFixes:
|
||||
textureInsideRT: 1 # Crowd textures.
|
||||
SLPS-25887:
|
||||
name: スーパーロボット大戦Z
|
||||
name-sort: すーぱーろぼっとたいせんZ
|
||||
|
@ -54051,6 +54098,8 @@ SLPS-25889:
|
|||
region: "NTSC-J"
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes VU size spam and potential graphical issues with GH3 engine.
|
||||
gsHWFixes:
|
||||
textureInsideRT: 1 # Crowd textures.
|
||||
SLPS-25890:
|
||||
name: ギターヒーロー3 レジェンドオブロック
|
||||
name-sort: ぎたーひーろー3 れじぇんどおぶろっく
|
||||
|
@ -54914,6 +54963,8 @@ SLPS-73241:
|
|||
name-sort: みんなだいすきかたまりたましい PS2 the Best
|
||||
name-en: "Minna Daisuki Katamari Damacy [PS2 The Best]"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes right edge artifact.
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes SPS.
|
||||
clampModes:
|
||||
|
@ -60569,6 +60620,7 @@ SLUS-21065:
|
|||
compat: 5
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLUS-21066:
|
||||
name: "The Urbz - Sims in the City"
|
||||
name-sort: "Urbz, The - Sims in the City"
|
||||
|
@ -61442,6 +61494,8 @@ SLUS-21230:
|
|||
name: "We Love Katamari"
|
||||
region: "NTSC-U"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
halfPixelOffset: 2 # Fixes right edge artifact.
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes SPS.
|
||||
clampModes:
|
||||
|
@ -62704,7 +62758,9 @@ SLUS-21419:
|
|||
region: "NTSC-U"
|
||||
compat: 5
|
||||
gsHWFixes:
|
||||
autoFlush: 2 # Fixes lighting.
|
||||
autoFlush: 1 # Fixes lighting.
|
||||
mipmap: 2 # Mipmap + trilinear, improves ground textures to match sw renderer.
|
||||
trilinearFiltering: 1
|
||||
SLUS-21420:
|
||||
name: "Disney's Chicken Little - Ace in Action"
|
||||
region: "NTSC-U"
|
||||
|
@ -64249,6 +64305,8 @@ SLUS-21740:
|
|||
compat: 5
|
||||
roundModes:
|
||||
vu1RoundMode: 0 # Fixes VU size spam and potential graphical issues with GH3 engine.
|
||||
gsHWFixes:
|
||||
textureInsideRT: 1 # Crowd textures.
|
||||
SLUS-21741:
|
||||
name: "Sea Monsters - A Prehistoric Adventure"
|
||||
region: "NTSC-U"
|
||||
|
@ -65813,6 +65871,7 @@ SLUS-29118:
|
|||
region: "NTSC-U"
|
||||
gsHWFixes:
|
||||
recommendedBlendingLevel: 3 # Improves reflection quality and map opacity.
|
||||
halfPixelOffset: 2 # Fixes depth lines.
|
||||
SLUS-29123:
|
||||
name: "Ghost in the Shell - Stand Alone Complex [Demo]"
|
||||
region: "NTSC-U"
|
||||
|
|
Loading…
Reference in New Issue