JordanTheToaster
09a49cfaa0
GameDB: Add mipmapping and trilinear filtering to Black
...
Adds Mipmapping Full and Trilinear (PS2) to Black.
2022-10-21 13:16:52 +01:00
refractionpcsx2
ade8517429
GameDB: Remove SW switch for Grandia Xtreme + Update Simpsons GSHwHacks
2022-10-21 12:02:53 +01:00
refractionpcsx2
b9cdd452df
GameDB: Remove Dragon Quest & Final Fantasy in Itadaki Street patch
2022-10-21 11:04:45 +01:00
JordanTheToaster
d84d4cec4f
GameDB: Add autoflush to Suffering TTB
...
Adds Autoflush to the suffering ties that bind.
2022-10-21 01:31:31 +01:00
lightningterror
4470379dfb
GameDB: Add Round Sprite Half to Ikki Tousen.
...
Aligns bloom effect.
2022-10-19 10:14:27 +01:00
JordanTheToaster
480e126437
GameDB: Correct Big Game Hunter name
...
Corrects the name of SLUS-21021 and SLUS-21011.
2022-10-18 19:52:03 +01:00
refractionpcsx2
92d43d042d
GameDB: Add HW/Upscale fixes for King's Field IV
2022-10-18 19:34:37 +01:00
JordanTheToaster
5d1e340cbb
GameDB: Add " World Soccer Winning Eleven 2012" missing entry
...
Adds a missing entry in the DB.
2022-10-18 17:10:19 +02:00
lightningterror
abcbdc4a25
GS-hw: Further improve how we handle blend mix 1.
...
Compensate slightly for Cd*(As + 1) - Cs*As.
Try to compensate a bit with substracting 1 (0.00392) * (Alpha + 1) from Cs.
The initial factor we chose is 1 (0.00392) as that is the minimum color Cd can be, then we multiply by alpha to get the minimum blended value it can be.
2022-10-18 15:20:41 +02:00
JordanTheToaster
149a08914e
GameDB: Copy missing "Game ni Nattayo! Dokuro-chan" patch
...
Copys over the existing patch that was missing from the limited edition version.
2022-10-18 10:03:35 +01:00
Mrlinkwii
f5c51f7cf7
GameDB: add missing patch to Asobi ni Iku yo! Chikyuu Pinch no Kon'yaku Sengen
2022-10-18 10:03:17 +01:00
RedDevilus
280b3c66eb
GameDB: Kaido/Xtreme Racer upscaling + comments
...
Adding upscaling fixes for vertical lines for Kaido / Tokyo Xtreme Racer by Developer Genki and Publisher Crave. Needs check-up if other fixes are needed as well.
2022-10-17 23:56:41 +01:00
PCSX2 Bot
3a3732a6c6
PAD: Update to latest controller database.
2022-10-17 18:08:41 +02:00
Connor McLaughlin
c2823aae39
GS: Fix fractional scaling in GL/Vulkan
2022-10-17 15:26:01 +01:00
TellowKrinkle
1ad6605dfb
GS:HW: Remove comment on rgba to 8i only-blue optimization
...
Doesn't seem to improve anything anymore (GPUs do this with csel now anyways, it's like 5 instructions with no divergence)
2022-10-17 10:28:27 +02:00
TellowKrinkle
c6add663f8
GS:HW: Clean up ps_convert_rgba_8i
2022-10-17 10:28:27 +02:00
JordanTheToaster
de60209e2b
GameDB: Enable Paltex for Zone of The Enders
...
Improves FPS and drastically reduces the size of the hash cache in game.
2022-10-16 21:38:16 +01:00
Mrlinkwii
d385480b52
GameDB: add fixes for Eternal Ring and Spongebob SquarePants Featuring Nicktoons - Globs of Doom
2022-10-16 15:58:54 +01:00
Connor McLaughlin
6c17f7ad49
GS: Support fractional upscale
2022-10-15 17:37:35 +01:00
lightningterror
39ab409970
GameDB: Add Full mipmap + Trilinear ps2 on GT4.
...
Better accurately render ground textures, makes it match sw renderer.
2022-10-15 15:16:34 +01:00
Mrlinkwii
ac10e00d7c
Gamedb : add upscaling fixed to Call of duty 3
2022-10-14 20:28:06 +01:00
boringhexi
f59030ecaf
GameDB: 'Gitaroo Man' patches and fixes ( #7184 )
2022-10-14 10:50:15 +01:00
Mrlinkwii
e845c59229
Gamedb: miscellaneous missing entries
2022-10-12 11:17:14 +01:00
TellowKrinkle
9b5dd92dad
GS:HW: Use 16-bit unorm for HDR
2022-10-11 18:17:27 +02:00
lightningterror
7433cec2c4
GameDB: Add HPO normal to remaining regions of Wallace & Gromit - The Curse of the Were-Rabbit.
...
Names were different so didn't pick them up during search, also make the names match.
2022-10-11 01:52:25 +02:00
lightningterror
a1e5ce246b
GameDB: Add HPO Special to Wallace & Gromit - The Curse of the Were-Rabbit.
...
Fixes misalignment/bloom when upscaling.
2022-10-11 01:37:45 +02:00
lightningterror
97ba76ab47
GameDB: Add trilinear PS2 and change mipmap from Basic to Fast to Hulk The Ultimate Destruction
...
Further fixes textures to match sw renderers.
2022-10-11 01:29:58 +02:00
lightningterror
866dee7cc2
GameDB: Adjust HPO from Normal to Special for Shadow of Rome and Onimusha Dawn of Dreams.
...
Issues with HPO special were the clamp optimizations.
2022-10-11 01:08:31 +02:00
PCSX2 Bot
86ca20403e
PAD: Update to latest controller database.
2022-10-10 18:05:12 +02:00
Mrlinkwii
37c89ffba3
gamedb: add autoflush to 'The Simpsons: Hit & Run.'
2022-10-09 21:01:40 +01:00
Connor McLaughlin
07a51589cb
GameDB: Normalize HW fixes for Xenosaga Episode II
2022-10-09 09:32:28 +02:00
refractionpcsx2
92cd6e8435
GS: Fix DX shader error
2022-10-09 04:53:18 +01:00
TellowKrinkle
0637682eb0
GS:HW: Properly handle fbmask of negative values
...
Previously was possible with blending and colclip, but now more common with the new hdr algorithm
2022-10-09 04:06:59 +01:00
icup321
b166b1a383
GameDB: Fix missing splash logos in Krome games
...
Also fixes water textures in TY 2 & 3.
2022-10-08 13:17:51 +01:00
icup321
e359cc5da9
GameDB: Fix ghosting in BlitzTech engine games
...
Also fixes a few game title issues.
2022-10-07 21:32:01 +01:00
TellowKrinkle
73ae9f8879
GS:HW: Make HDR algorithm more float-precision-friendly
...
- Use whole numbers instead of 255ths
- Use range -128 - 127 instead of 0 - 255 for accumulation blends
2022-10-07 20:44:53 +02:00
Mrlinkwii
90c541d117
Gamedb: add EE rounding to 'Ty the Tasmanian Tiger 3'
2022-10-06 15:45:51 +01:00
JordanTheToaster
e092726070
GameDB: Add Ufficiale PlayStation 2 Speciale Platinum 2007
...
Adds missing demo entry.
2022-10-05 13:00:16 +01:00
JordanTheToaster
08bf7acb29
GameDB: Add missing Spiderman WoS fix
...
Adds missing clamp mode fix to PAL version of Spiderman WoS.
2022-10-05 09:18:37 +01:00
suXin
5637ff4228
GameDB: WRC Rally Evolved - Fix delay slot slowdowns
2022-10-04 10:01:13 +01:00
PCSX2 Bot
7f47ce268f
PAD: Update to latest controller database.
2022-10-03 18:05:22 +02:00
JordanTheToaster
16f7bdcd33
GameDB: Minor game fixes
...
Undo VU clamp change for Revenge adds missing Burnout 2 entry and Killzone entry and adds half pixel offset normal to Berserk.
2022-10-02 20:21:38 +01:00
SlyCooperReloadCoded
736b5a2a06
GameDB: Fix some game titles and add some missing fixes ( #7121 )
2022-10-02 13:18:29 +01:00
JordanTheToaster
92a9aa6d3c
GameDB: Update Burnout games VU Clamp mode
...
Changes the VU Clamp on the Burnout games from none to extra + preserve sign.
2022-10-02 00:42:50 +01:00
Connor McLaughlin
0419de4baf
Qt: Add RetroAchievements implementation
2022-10-01 00:00:02 +01:00
Mrlinkwii
1edb856214
Gamedb: fixes for 'Guitar Hero - World Tour'
2022-09-30 23:09:18 +01:00
JordanTheToaster
da8a79a857
GameDB: Add Trilinear (PS2) to Burnout games
...
Trilinear makes the image much smoother and more natural.
2022-09-29 14:28:37 +01:00
Connor McLaughlin
cb73017fbe
GameDB: Enable full mipmapping + PS2 trilinear for Ape Escape games
2022-09-29 13:28:38 +01:00
RedDevilus
7d1e7f2b58
GameDB: Jackass
...
GSHWFix halfpixeloffset for upscaling issue
2022-09-28 17:42:09 +01:00
lightningterror
7ef998e438
GameDB: Add a bunch of Korean games.
2022-09-26 19:45:53 +02:00