lightningterror
833cb48050
GS/HW: Enable PABE only when Alpha min is lower than 128.
...
When alpha min is higher or equal to 128 we will always blend so no need to enable the pabe flag, enable only when alpha min is lower than 128.
2023-10-21 10:03:44 +02:00
Ziemas
09574b3937
SPU2: Temporary CDDA fix
2023-10-20 16:46:12 +01:00
Ziemas
e2d4e384e3
SPU2: Minor cleanup
...
Remove useless RegWrite_Reverb
Update some comments and remove some useless ones.
2023-10-20 16:46:12 +01:00
Ziemas
6bff6016ff
SPU2: Rearrange interpolation table
...
Being able to contiguously access the terms we need might come in handy
for SIMD fun later.
2023-10-20 16:46:12 +01:00
Mrlinkwii
09cb84f617
GameDB: Adjust fixes for PaRappa the Rapper 2
2023-10-20 10:47:01 +01:00
Ziemas
d920fe6c5e
SPU2: Pass reverb input by value
2023-10-20 00:34:39 +01:00
Ziemas
676402854b
SPU2: Put clamp_mix in header for more inlining
2023-10-20 00:34:39 +01:00
Ziemas
5eacc7c327
SPU2: Multi-isa resampling functions
2023-10-20 00:34:39 +01:00
Ziemas
f29346f0b7
SPU2: Optimize reverb resampling [SAVEVERSION+]
2023-10-20 00:34:39 +01:00
Ziemas
facada5d04
SPU2: Simplify reverb resampling
2023-10-20 00:34:39 +01:00
lightningterror
d945477369
GS: Fix Wunused-variable warning.
2023-10-19 21:09:33 +02:00
lightningterror
f96e7a9156
GS/HW: Rename dfmt to dst_fmt.
...
It was confusing whenever the d meant depth or destination, this should make the code easier to read.
2023-10-19 19:25:13 +02:00
lightningterror
fc22268fc2
GS: Bump shader cache version.
2023-10-19 19:25:13 +02:00
Mrlinkwii
7dbb9931ec
GameDB: Fixes for FIFA Total Football 2
2023-10-19 16:50:08 +01:00
PCSX2 Bot
b14145f3dc
Qt: Update Base Translation
2023-10-18 21:31:24 +02:00
lightningterror
5a414d5711
GS/HW: Use enum for format checks.
...
Easier to read code.
2023-10-18 21:30:17 +02:00
Ziemas
7cc6f635fc
SPU2: Clamp before Applying master volume
...
ApplyVolume needs both its arguments to be within 16bit range.
[SAVEVERSION+]
2023-10-18 14:53:31 +01:00
Ziemas
a90695ef1f
SPU2: Make mixer gates s32 for safety
...
Don't wanna accidentally truncate
2023-10-18 14:53:31 +01:00
lightningterror
0e99c9b9a4
Readme: Update macos requirements.
2023-10-18 14:00:48 +02:00
kamfretoz
93becd5629
Qt: Small icon changes to profile buttons
2023-10-17 23:57:02 +01:00
kamfretoz
b13b398204
Qt: Revamped controller preview icon
2023-10-17 23:57:02 +01:00
refractionpcsx2
f531c0a405
GS: Fix some flush check behaviour, small optimisation
2023-10-17 23:50:00 +01:00
Stenzek
3e8e1ed596
GS/HW: Don't align dirty rectangles to block sizes when updating
...
Don't align the area we write to the target to the block size. If the format matches, the writes don't need
to be block aligned. We still read the whole thing in, because that's the granularity that ReadTexture
operates at, but discard those pixels when updating the framebuffer. Onimusha 2 does this dance where it
uploads the left 4 pixels to the middle of the image, then moves it to the left, and because we process
the move in hardware, local memory never gets updated, and thus is stale.
2023-10-18 01:08:34 +10:00
Mrlinkwii
b90c2ec385
GameDB: Fixes for Maxxed Out Racing Nitro and Chou Saisoku! Zokusha King B.U.
2023-10-17 15:04:23 +01:00
Stenzek
9ad85288a9
Qt: Fix re-showing Controller Settings
2023-10-17 15:56:35 +10:00
PCSX2 Bot
54858dffdb
Qt: Update Base Translation
2023-10-17 13:12:02 +10:00
kamfretoz
86597ab2da
Qt/Updater: Move download size indicator to better placement
2023-10-17 13:10:34 +10:00
JordanTheToaster
92e246a574
GameDB: Formula One 2003 Fixes
...
Fixes for bad polys.
2023-10-16 20:33:54 +01:00
PCSX2 Bot
2a596bc2cc
PAD: Update to latest controller database.
2023-10-16 18:15:11 +02:00
TellowKrinkle
b28c11cb54
VMManager: Support picking between en and non-en title
2023-10-15 23:13:04 -05:00
TellowKrinkle
4ed9ade4fc
GameDB: Normalize JP Final Fantasy names
2023-10-15 23:13:04 -05:00
TellowKrinkle
2d474b3d3a
GameDB: Use sort names for titles beginning with "The"
2023-10-15 16:23:40 +01:00
Ziemas
ee4d0bf4b5
SPU: Lower final output volume
2023-10-15 16:23:00 +01:00
Ziemas
f8e8bd03cd
SPU2: Implement inverse phase slide mode
2023-10-15 16:23:00 +01:00
Ziemas
509613d2e5
SPU2: Delete stupid comment
...
What "volume pump" is this even reffering to?
2023-10-15 16:23:00 +01:00
Ziemas
cf3395b9ce
SPU2: Cleanup unused destructor
2023-10-15 16:23:00 +01:00
Ziemas
16a11b75a8
SPU2: Get rid of 32bit volumes [SAVEVERSION+]
2023-10-15 16:23:00 +01:00
Ziemas
07d4a65a45
SPU2: Rewrite volume slides [SAVEVERSION+]
2023-10-15 16:23:00 +01:00
Ziemas
7bf8f6115f
SPU2: Rewrite ADSR [SAVEVERSION+]
2023-10-15 16:23:00 +01:00
lightningterror
43e700036d
GameDB: Adjust hwfixes for Tom & Jerry's War of the Wiskers.
...
Change mipmap basic to full with trilinear and add it to a missing region.
2023-10-15 16:05:18 +02:00
Berylskid
ad1f5fc18d
GameDB: Various fixes
...
- Fixed Japanese names of Armored Core games
- Replaced all "Playstation2 the Best" with "PS2 the Best"
2023-10-15 03:28:58 -05:00
TellowKrinkle
51f9ab8498
Qt: Fix typo
2023-10-15 01:11:35 -05:00
TellowKrinkle
592e356932
Qt: Move game list display settings below scanning settings
2023-10-15 01:11:35 -05:00
TellowKrinkle
e6f1f6eeb1
Qt: Put game scanning config in groupbox
2023-10-15 01:11:35 -05:00
TellowKrinkle
86782e7f3e
Qt: Show EN and Sorting titles in game summary
2023-10-15 01:11:35 -05:00
TellowKrinkle
4136545b6b
Qt: Add option to prefer English titles in Game List
2023-10-15 01:11:35 -05:00
TellowKrinkle
c9099f3a2f
GHActions: Improve failure message for prettier lint failures
2023-10-15 01:11:35 -05:00
TellowKrinkle
a28328dd96
GHActions: Add yamllint pass to gamedb lint
...
ajv errors are completely useless
2023-10-15 01:11:35 -05:00
TellowKrinkle
485f8a6d3a
Qt: Use locale-sensitive compare for game list sort
2023-10-15 01:11:35 -05:00
TellowKrinkle
3c05d000f5
FSUI: Use English titles
...
ImGui can't render characters from languages that aren't the currently selected language, which non-English titles requires
2023-10-15 01:11:35 -05:00