Ty Lamontagne
4ec25ccd38
Patches: Implement dynamic patching support in pnaches
2024-09-16 14:57:17 -04:00
lightningterror
67d7744f7f
GS/HW: Further expand blend multipass.
...
For formulas:
Cs*Alpha + Cd*(1 - Alpha).
Cd*Alpha + Cs*(1 - Alpha).
Where Alpha is higher than 1 and is either As or Af.
2024-08-27 13:38:44 +02:00
RedPanda4552
27fb7dc26e
Big Picture: Remove ability to make per-game controls
...
Replace with profile selector instead
2024-08-26 19:36:25 -04:00
PCSX2 Bot
04168a0359
PAD: Update to latest controller database.
2024-08-26 18:42:50 +02:00
deanff
1131db784f
Qt: Set focus to Game Library for improved keyboard navigation ( #11719 )
...
Improved keyboard navigation. Users can navigate the Library and play/exit games with just the arrow keys and Enter/Esc.
2024-08-24 18:00:34 +02:00
Florin9doi
517fba3686
USB: Fix CaptureEye corruption on dark images
2024-08-24 17:28:17 +02:00
KamFretoZ
64e17fce3f
Qt: Fix a couple of instances of inconsistent sorting
...
Backport from 7927ec647f
2024-08-24 17:27:39 +02:00
KamFretoZ
518728ca36
Qt: Center type icon in game list
...
Backport from: 93836636a1
2024-08-24 17:27:39 +02:00
KamFretoZ
d1a7430f80
Qt: Fix incorrect sort indicator on loading
...
Backport from: a56ebf24b2
2024-08-24 17:27:39 +02:00
KamFretoZ
973c522756
Qt: Ensure fullscreen UI is stopped on exiting
...
Backport from: 533022bb7d
2024-08-24 17:27:39 +02:00
KamFretoZ
5536342f9d
ImGuiManager: Fix stutter when multiple OSD messages lapse
...
fe55446c25
2024-08-24 17:27:39 +02:00
KamFretoZ
d9ddab1a33
ImGuiFullscreen: Fix incorrect notification width
...
Backport from: e455a5e371
2024-08-24 17:27:39 +02:00
KamFretoZ
c915aac1fa
FileSystem: Correctly use lstat() on Linux
...
Backport from: 81295c8a7d
2024-08-24 17:27:39 +02:00
KamFretoZ
a3c2a4db5f
GSTextureVK: Fix download inside render pass
...
Backport from: 5f8082734e
2024-08-24 17:27:39 +02:00
KamFretoZ
aebebf5115
Qt: Work around theme switching bug
...
backport from: b2577ef8bd
2024-08-24 17:27:39 +02:00
KamFretoZ
9a50218400
Image: Fix crash loading corrupted/invalid JPEG files
...
Backport from: afea18f65e
2024-08-24 17:27:39 +02:00
TellowKrinkle
fd5a652270
Vk: Don't try to transition present source during present
2024-08-23 20:59:26 -05:00
Farran666
c647a30aa9
GameDB: Add multiple fixes
2024-08-23 15:22:51 +02:00
lightningterror
40d5c78573
GS/HW: Implement PABE(Per pixel alpha blending) on accumulation blend and add optimizations.
...
PABE accumulation blend:
Idea is to achieve final output Cs when As < 1, we do this with manipulating Cd using the src1 output.
This can't be done with reverse subtraction as we want Cd to be 0 when As < 1.
Blend mix is excluded as no games were found, otherwise it can be added.
PABE Disable blending:
We can disable blending here as an optimization since alpha max is 128
which if alpha is 1 in the formula Cs*Alpha + Cd*(1 - Alpha) will give us a result of Cs.
2024-08-22 21:39:19 +02:00
xperia64
fe2a9fc2cd
GameDB: Correct two Phoenix Games title names
2024-08-22 11:34:51 -04:00
squidbus
83f9add68b
Config: Allow specifying portable directory relative path in portable.txt
2024-08-21 12:32:10 -04:00
KamFretoZ
ffe8d16df4
DiscordRPC: Add game icon support.
2024-08-21 12:28:56 -04:00
PCSX2 Bot
31b5672870
Qt: Update Base Translation
2024-08-20 10:11:20 +02:00
Florin9doi
777fc444ae
USB: Rename singstar to usb_mic
2024-08-20 10:09:21 +02:00
Florin9doi
cd5c961dc4
USB: Konami ON-SAY microphone emulation
2024-08-20 10:09:21 +02:00
Florin9doi
c2ea8c4eab
USB: Audio support for EyeToy
2024-08-20 10:09:21 +02:00
Florin9doi
d6507a945b
USB: Merge Singstar and Logitech mics in a single device with 2 subtypes
2024-08-20 10:09:21 +02:00
PCSX2 Bot
f1abee5d0b
Qt: Update Base Translation
2024-08-19 09:15:02 +02:00
Jordan
e4dccc237c
Misc: Minor cleanup. ( #11717 )
...
Changes video max bitrate to 200,000kbps default audio from 160kbps to 192kbps and adds a missing name I forgot to add previously.
2024-08-19 09:14:27 +02:00
KamFretoZ
92d8c740d4
Qt: Fix a couple of theme switching glitches
...
Backport from: 6f9e8efee5
2024-08-19 08:54:35 +02:00
KamFretoZ
b6eddade00
Qt: Slightly increase game list title size
2024-08-19 08:54:35 +02:00
KamFretoZ
04fdd09d1e
ImGuiFullscreen: Display checkmark on right of choice dialog
...
Backport from: f5815f3183
2024-08-19 08:54:35 +02:00
KamFretoZ
69574aecc6
ImGuiFullscreen: Fix choice popup selected drawing over border
...
Backport from 05f9f33ec6
2024-08-19 08:54:35 +02:00
KamFretoZ
c72d98d4cd
FullscreenUI: Fix popup close resetting window scroll
...
Backport from 13a37418e6
2024-08-19 08:54:35 +02:00
Florin9doi
4f405adea9
USB: Store unique disk images for MSD and PictureParadise
2024-08-18 19:29:09 +02:00
Florin9doi
5217ec375d
USB: Fix Konami Capture Eye assert
2024-08-18 19:27:48 +02:00
JordanTheToaster
10b264b9ec
3rdparty/imgui: Disable the nav menu
...
Courtesy to Fobes for figuring this out because I was not getting anywhere.
2024-08-16 11:27:24 -04:00
JordanTheToaster
dc741e95bd
3rdparty/imgui: General cleanup
...
Clean up and replacing obsolete functions.
2024-08-16 11:27:24 -04:00
PCSX2 Bot
a1ca0a9a02
Qt: Update Base Translation
2024-08-15 19:14:14 +02:00
lightningterror
c076c50b68
GS/DX11: Fix feedback write 1 null pointer crash.
...
We were using the wrong texture as the source, should be dTex when copying.
2024-08-15 10:26:27 +02:00
lightningterror
c688db8f08
GS/HW: Rename blend second pass to blend multi pass.
...
Easier if I want to add more passes.
2024-08-14 12:35:52 +02:00
PCSX2 Bot
469053de9b
Qt: Update Base Translation
2024-08-13 19:42:38 +02:00
squidbus
185b85f86a
Config: Use directory containing bundle as AppRoot on macOS.
2024-08-12 22:50:49 -04:00
PCSX2 Bot
11096a520e
PAD: Update to latest controller database.
2024-08-12 19:01:26 -04:00
Florin9doi
07fd035aa2
USB: Set actual_length value for Get HID descriptor
2024-08-12 19:01:08 -04:00
seta-san
6bedcd768f
Qt: Update Trilinear Filtering Description
2024-08-12 19:00:28 -04:00
weirdbeardgame
0c949db506
CMake: Added PACKAGE_MODE option
...
Set paths, add check in SetResourcesDir
2024-08-12 11:33:02 -04:00
PCSX2 Bot
4c5253c0f5
Qt: Update Base Translation
2024-08-11 07:46:00 +02:00
Mrlinkwii
325133e54c
GameDB: add missing serial
2024-08-11 00:50:33 +02:00
JordanTheToaster
4113ac574d
GameDB: ATV Offroad Fury 2 Fixes
...
Adds bilinear upscale nearest to fix garbage textures.
2024-08-11 00:47:48 +02:00