Megamouse
4f76aec6b3
VS: Fix compilation with new wolfssl version
2025-01-03 20:21:56 +01:00
Megamouse
dfdb33befb
Update xxHash to 0.8.3
2025-01-03 20:21:56 +01:00
Megamouse
e76bd11f53
Update Wolfssl to 5.7.6
2025-01-03 20:21:56 +01:00
Megamouse
4b4399f63f
Update FAudio to 25.01
2025-01-03 20:21:56 +01:00
Megamouse
796189ce68
Update SDL to 2.30.11
2025-01-03 20:21:56 +01:00
Elad
a8f80ebfe9
sys_time.cpp: Anti TSC measures
2025-01-03 16:26:21 +02:00
Andrew Griffiths
cb3662cc4d
MacOS: fix for crash in SDL_Quit w/ gamepad input
2025-01-02 18:58:24 +01:00
Megamouse
fb237dd568
Audio: Add mute/unmute and volume shortcuts
...
Also add auto repeat to volume shortcuts
2025-01-02 09:34:47 +01:00
Aleksey Komarov
799cb79612
qt6: QT_MIN_VER should be 6.7 because of QCheckBox::checkStateChanged
...
Check: https://doc.qt.io/qt-6/qcheckbox.html
2025-01-01 23:04:56 +01:00
Megamouse
1c22cc2f52
overlays: add trophy list dialog
2025-01-01 13:42:21 +01:00
kd-11
0bb2f72ee2
rsx: Flush MM queue before memory is unmapped
2024-12-31 01:52:58 +03:00
schm1dtmac
b16d267f9d
Fix types 2
2024-12-30 07:29:31 +02:00
schm1dtmac
9ffa923da6
Use corresponding SI/IEC units
2024-12-30 07:29:31 +02:00
schm1dtmac
8feccffec0
Fix types
2024-12-30 07:29:31 +02:00
schm1dtmac
3a16b2e92c
Report filesizes on macOS as decimal multiples
...
i.e. multiples of 1000
2024-12-30 07:29:31 +02:00
Elad
a8bfa6a16c
SPU: Operating system LR memory signals
2024-12-29 21:01:17 +02:00
kd-11
e135012acd
rsx: Properly track changes in instancing state
2024-12-29 20:53:05 +03:00
kd-11
9de6a38e13
rsx: Test vertex program flags on each draw
2024-12-29 20:53:05 +03:00
kd-11
0baf873534
Cosmetic improvements
2024-12-29 20:53:05 +03:00
kd-11
35a66fe776
rsx: Do not use global registers object in logical "firmware" units
2024-12-29 20:53:05 +03:00
kd-11
0be8a5f9f4
rsx: Handle dangling execution barriers
2024-12-29 20:53:05 +03:00
kd-11
01fe39fbb9
rsx: Fix rare crash in vertex program decompiler
...
- This whole decompiler mess needs a rewrite
2024-12-29 20:53:05 +03:00
kd-11
cfc124fabf
rsx: Fix instancing bug when indexed addressing is used to read constants
2024-12-29 20:53:05 +03:00
kd-11
15961b353a
vk: Add support for hardware instanced draws
2024-12-29 20:53:05 +03:00
kd-11
d4573e233a
rsx: Fix vertex program compiler crash
2024-12-29 20:53:05 +03:00
kd-11
9307abe7f5
rsx: Move more functions from rsx thread to the draw command processor
2024-12-29 20:53:05 +03:00
kd-11
05bab8ec4c
rsx: Move draw call related functions to their own class
2024-12-29 20:53:05 +03:00
kd-11
9e9ae54455
rsx: Add GLSL support for instanced rendering
2024-12-29 20:53:05 +03:00
kd-11
e696d9b324
rsx: Add code to detect instanced draw commands
2024-12-29 20:53:05 +03:00
kd-11
43e04f3fc7
Revert "rsx/vk: Implement hardware instancing ( #16466 )"
...
This reverts commit 62701154f1a6ebd71499cabba2341cc240ff50c4.
2024-12-29 20:53:05 +03:00
kd-11
62701154f1
rsx/vk: Implement hardware instancing ( #16466 )
...
* rsx: Add code to detect instanced draw commands
* rsx: Add GLSL support for instanced rendering
* rsx: Move draw call related functions to their own class
* rsx: Move more functions from rsx thread to the draw command processor
* rsx: Fix vertex program compiler crash
* vk: Add support for hardware instanced draws
* rsx: Fix instancing bug when indexed addressing is used to read constants
* rsx: Fix rare crash in vertex program decompiler
- This whole decompiler mess needs a rewrite
* rsx: Handle dangling execution barriers
* rsx: Do not use global registers object in logical "firmware" units
* Cosmetic improvements
* rsx: Test vertex program flags on each draw
* rsx: Properly track changes in instancing state
2024-12-29 17:39:47 +02:00
Megamouse
15f29eedee
Fix atomic_ptr value constructing overloads ( #16473 )
...
* Fix idm remove
idm::remove calls shared_ptr::exchange with a null_ptr.
This calls the stored object's constructor with null args.
---------
Co-authored-by: Elad <18193363+elad335@users.noreply.github.com>
2024-12-29 14:53:04 +02:00
Elad
439d665096
CELL: Fix reservation notifications
2024-12-29 11:06:44 +02:00
Megamouse
418a99a62b
VS: add some missing files to solution filters
2024-12-28 23:09:51 +01:00
Megamouse
1eac13b6bf
Windows: log command line args in utf8
2024-12-28 23:09:51 +01:00
Darkhost1999
e58bd419f6
Add empty hdd tmp to UI ( #16462 )
...
This option is need for those using sprx mods and amongst other homebrew reasons such as apollo savedata.
2024-12-28 22:20:22 +01:00
Megamouse
5e176a390f
MacOS: silence some warnings
2024-12-28 19:58:59 +01:00
Megamouse
a49cfc5a91
Simplify some ternaries
2024-12-28 19:58:59 +01:00
Megamouse
d3fedffa6a
VS: Add sysinfo_darwin.mm to filters
2024-12-28 19:58:59 +01:00
Megamouse
33c3e3fb0f
fix some warning
2024-12-28 18:10:06 +01:00
Megamouse
1d23be8429
Qt: Add Operating system category
2024-12-28 18:10:06 +01:00
Elad
7a4e88c146
Savestates: Fix main_ppu_module definition
2024-12-27 22:08:28 +02:00
Elad
cfeb022340
shared_ptr.hpp: Rewrite shared_ptr to single_ptr conversion
...
Logic felt non-intuitive and this method should be very explicit.
2024-12-27 22:08:28 +02:00
Elad
0cc655074d
serialzation.hpp: Fix add_padding
2024-12-27 22:08:28 +02:00
Elad
a5ba96e991
Fixup lv2_socket
2024-12-27 22:08:28 +02:00
kd-11
b2949f114b
vk: Wrap device fault handler in SEH2
2024-12-25 01:41:23 +03:00
kd-11
e3df7bccac
vk: Selectively enable extended device fault features in logical device creation step
2024-12-25 01:41:23 +03:00
kd-11
2c45438422
vk: Minor improvements to extended fault output
2024-12-25 01:41:23 +03:00
kd-11
4ef1d48c0c
vk: Properly initialize device fault counts structure
2024-12-25 01:41:23 +03:00
kd-11
7b6a672c64
vk: Fix device fault extension loading
2024-12-25 01:41:23 +03:00