kd-11
008bfa2cd2
gl: Add extra checks around invalid render/compute passes
...
- These would have saved a lot of time debugging problems
2025-02-11 02:28:31 +03:00
kd-11
5907a6a67d
gl: Fix crash in texture cache due to incorrect surface handling
2025-02-11 02:28:31 +03:00
kd-11
85880e6037
gl: Implement remaining resolvers
...
- Add support for NVIDIA cards
- Implement all depth-stencil resolver passes
2025-02-11 02:28:31 +03:00
kd-11
042be7d7d1
gl: Implement basic MSAA rendertarget support
...
- Enough to get some popular titles working.
- Some depth resolvers still need work
2025-02-11 02:28:31 +03:00
kd-11
26d85e53a4
vk: Fix extension initialization during device creation
...
- Fix crash when using device_fault extension
- Fix spec violation when using conditional rendering
2025-02-11 02:28:31 +03:00
kd-11
f3e913b56a
vk: Redesign resource binding for overlay passes
2025-02-11 02:28:31 +03:00
kd-11
99ace42447
gl: Enforce full image creation argument declaration
...
- Closes a class of bugs caused by implicit conversion of similar argument types
2025-02-11 02:28:31 +03:00
kd-11
6c6d03ac5e
gl: Upgrade the surface cache to become MSAA-aware
2025-02-11 02:28:31 +03:00
kd-11
8249b5dbfa
gl: Implement MSAA resolve/unresolve for color images
2025-02-11 02:28:31 +03:00
kd-11
2a4bd6a7fc
gl: Implement multisampled image creation
2025-02-11 02:28:31 +03:00
kd-11
82981384d5
vk: Move MSAA resolve/unresolve shaders to common GPU program layer
2025-02-11 02:28:31 +03:00
kd-11
a7a49d9eaa
gl: Plumb stubbed MSAA support into the render target handlers
2025-02-11 02:28:31 +03:00
kd-11
808f67a3b2
gl: Stub dynamic sample count when creating textures
2025-02-11 02:28:31 +03:00
Elad
9a7b8e41eb
PPU Analyzer: Minor Fixup
2025-02-09 14:28:08 +02:00
Elad
c7e853bf99
PPU Analyzer: GPR-assisted jump table analysis
2025-02-07 20:27:17 +02:00
Elad
ac97b36b1c
PPU Analyzer: Opt-out suspected floats from instruction stream
2025-02-07 20:27:17 +02:00
Elad
181c92a868
PPU Analyzer: Clean addr_heap fron non-valid code
...
Should speed up analysis in some cases.
2025-02-07 20:27:17 +02:00
Elad
86b7078464
PPU LLVM: Fix compilation of PRX with no relocations
2025-02-07 20:27:17 +02:00
Megamouse
a1a0333e56
cellVdec: implement cellVdecOpenExt
2025-02-06 19:31:23 +01:00
Megamouse
85715e893b
win: Add more llvm prebuilt paths
2025-02-06 18:07:53 +01:00
Megamouse
363a225554
Update LLVM to 19.1.7
2025-02-06 18:07:53 +01:00
Megamouse
449c23ba4e
cellL10n: implement SBCS conversions
2025-02-06 09:38:17 +01:00
Megamouse
cec1004da8
cellL10n: fix compilation on linux
2025-02-05 07:51:47 +01:00
Megamouse
666bbeba6e
cellL10n: Use string_view
2025-02-05 07:51:47 +01:00
Megamouse
770b2ab26d
cellL10n: implement ucs2/utf8/16/23 conversions
2025-02-05 07:51:47 +01:00
Elad
2420aa7a21
Fixup PPU block unfolding
2025-02-04 20:33:24 +02:00
Megamouse
a5d07af89a
cellMusic: always select the whole playlist instead of a single track
2025-02-04 18:13:07 +01:00
Megamouse
9bccdf4f71
cellMusic: fix volume. Qt needs a value between 0 and 1
2025-02-04 18:13:07 +01:00
Megamouse
b5dbafb3e2
cellMusic: make selection context valid when setting a playlist
2025-02-04 18:13:07 +01:00
Megamouse
22a1f41ecb
Input/DS4: use hid_write instead of hid_write_control
...
Apparently this was only needed for Windows 7
2025-02-04 12:06:31 +01:00
Megamouse
739c4bcfc8
Qt: ignore all game window hotkeys on "disable kb hotkeys"
2025-02-04 09:39:34 +01:00
Megamouse
85f288651b
cellGem: reduce cellCamera log spam by setting some camera features
2025-02-04 03:09:27 +01:00
Megamouse
50387cc516
update_manager: use v3 api for all OS
2025-02-03 22:53:53 +00:00
kd-11
6123838a48
ppu/arm64: Fix ppu_recompiler_fallback implementation for ARM processors
2025-02-02 22:44:42 +03:00
Megamouse
3187dc816e
Fix some warnings
2025-02-02 17:06:39 +01:00
kd-11
cfd571cfc2
Re-enable TSC on ryzen CPUs
2025-02-02 17:45:50 +03:00
kd-11
89eb473dce
rsx: Fix graphics corruption when switching between shader interpreter and recompiler at runtime
2025-02-02 12:08:05 +03:00
Malcolm Jestadt
911f0928cf
SPU LLVM: Replace xorsum with simple checksum
...
- Fixes crashes in GTAV
2025-02-01 21:40:30 +02:00
Elad
394fc8eb79
Enable Time-based TSC for non-Ryzen CPUs
2025-01-31 14:35:08 +02:00
Elad
57b6ced957
PPU Analyzer: Fix per-instruction code submission
2025-01-31 13:01:53 +02:00
Malcolm Jestadt
506d92107c
SPU LLVM: Use 512bit xorsum for SPU verification
...
- Provides a 2-3% uplift in SPU limited titles
- Removes the full_width_avx512 option
- Adds a precise spu verification option, for debugging (config file only)
2025-01-31 12:03:05 +02:00
Elad
665bb83297
Fix Savestates recent regression
2025-01-28 18:49:19 +02:00
Elad
7fc0f69e48
PPU LLVM: Fix HLE patches
2025-01-28 12:51:52 +02:00
Megamouse
67703b49d8
Update LLVM to 18.1.8
2025-01-25 18:15:13 +01:00
Megamouse
ad6eba1670
Fix some warnings
2025-01-25 17:06:35 +01:00
Megamouse
0ef2e96121
Fix segfault on missing firmware
...
Wait until kill to close the gs_frame on error
2025-01-25 17:06:35 +01:00
Megamouse
664e09f1ff
Qt: Fix Recent savestate path
2025-01-25 15:39:05 +01:00
Megamouse
27baab992a
Qt: Add path to recent game/savestate tooltip
2025-01-25 15:39:05 +01:00
Megamouse
099e3c67b2
Qt: fix recent savestate shortcuts
2025-01-25 15:39:05 +01:00
Megamouse
959d8fc25c
Qt: Fix recent savestates menu settings
2025-01-25 15:39:05 +01:00
Elad
5ef442c2b8
Disable ARM trampolines
2025-01-25 12:47:44 +02:00
Elad
ba79e092a0
Protect RPCS3 from built-in PS2 emulator
2025-01-25 12:47:44 +02:00
Elad
9677a3a9ea
Fix Emulator::IsPaused() to allow measurements during module compilation
...
Also fix a potential deadlock in access violation handler for non-cpu_thread
2025-01-25 12:47:44 +02:00
Elad
4c0832e6e6
PPU LLVM: Reduce size of JIT-transition treampolines to 16
2025-01-25 12:47:44 +02:00
Elad
3f4210437d
JIT.h: Add option for lowered function size
2025-01-25 12:47:44 +02:00
Elad
81d0dd686b
LLVM: Add explicit resource-freeing at emulation stop
2025-01-25 12:47:44 +02:00
Elad
a24e747e16
PPU LLVM: Disable an experimental limit
2025-01-25 12:47:44 +02:00
Elad
05f52246a2
PPU LLVM: Simplify module progress
...
Do not mix module compilation with linking.
2025-01-25 12:47:44 +02:00
Elad
b46408d554
PPU Analyzer: Report invalid functions
2025-01-25 12:47:44 +02:00
Elad
58701000cd
PPU Analyzer: Clean addr_heap from non-relocations (PRX)
2025-01-25 12:47:44 +02:00
Elad
5a5e475c6e
PPU Analyzer: Move ppu_function::callers to lower sizeof(ppu_function)
2025-01-25 12:47:44 +02:00
Elad
ff89a08ee4
PPU Analyzer: Remove ppu_function::calls to lower sizeof(ppu_function)
...
Use blocks to get calls.
2025-01-25 12:47:44 +02:00
Elad
f5487e9137
PPU Analyzer: Use std::map::extract to reduce peak memory consumption
2025-01-25 12:47:44 +02:00
Elad
857eac3d10
PPU Analyzer: Remove ppu_function::name to lower sizeof(ppu_function)
2025-01-25 12:47:44 +02:00
Elad
f0fa8e3bc3
Remove ppu_attr::known_addr
2025-01-25 12:47:44 +02:00
Elad
9d5b75bb7a
LLVM: Slice PPU executable memory
2025-01-25 12:47:44 +02:00
Megamouse
10d038e43f
Qt: Fix device notification registration segfault
...
The main window does not exist if we boot with no-gui
2025-01-25 00:57:22 +01:00
Sanjay Govind
f1f85335a7
sys_usbd: Fix emulated devices not being created without a physical device ( #16608 )
2025-01-24 08:44:10 +01:00
Megamouse
bd1ebb7a10
Qt: add savestate manager dialog
2025-01-24 05:32:19 +01:00
Sanjay Govind
e2bbaa2430
libusb: support hotplug ( #16580 )
2025-01-23 23:49:24 +01:00
Megamouse
ba702509c8
Qt: Add Recent savestates menu
2025-01-23 22:55:07 +01:00
Megamouse
448666c896
Log LLVM version
2025-01-23 18:01:16 +01:00
Megamouse
8f660fc6b1
cellGem: update gun handler connection periodically
2025-01-23 12:35:02 +01:00
Sanjay Govind
fd66b6b103
cellPad: Send disconnection notification when swapping device class
2025-01-23 09:19:37 +01:00
Megamouse
e83eeb3cca
cellGem: Move the cursor out of the screen (Time Crisis 4 needs this)
2025-01-23 08:18:07 +01:00
Megamouse
f537a62ca6
cellGem: Set 255 as value for analog_t
2025-01-23 08:18:07 +01:00
Megamouse
b30ea34d05
cellGem: mark device as not visible at the screen borders
2025-01-23 08:18:07 +01:00
Megamouse
6fddb31a07
Qt/input: reset gui pad thread when saving pad settings
2025-01-22 20:47:07 +01:00
Megamouse
79d79aa80c
cellCamera: move attach event to thread
...
Time crisis doesn't seem to like the immediate push to the queue.
2025-01-22 02:18:07 +01:00
Megamouse
fbc7ad6788
cellGem: move some locks around wait loops
2025-01-22 02:18:07 +01:00
Megamouse
fcac6a9322
sys_event: remove unnecessary copy
2025-01-22 02:18:07 +01:00
Megamouse
dc700ad620
cellCamera: close Qt camera on error (e.g. when usb is pulled)
2025-01-22 02:18:07 +01:00
Megamouse
74540844d2
cellGem: ignore missing pad handler
...
This is a hacky way to fix cellGem savestates
2025-01-22 02:18:07 +01:00
Megamouse
23483a80c7
cellGem: Fix camera image when loading savestates
2025-01-22 02:18:07 +01:00
Megamouse
ade2698bb4
cellCamera: start camera when loading savestates
2025-01-22 02:18:07 +01:00
Megamouse
85de7432a2
cellGem: improve convert_image_format logging
2025-01-22 02:18:07 +01:00
Megamouse
6805c36004
Decrease log level of config file move error
2025-01-22 02:18:07 +01:00
Megamouse
1cff5b35d4
input: add vibration multiplier
2025-01-21 08:44:38 +01:00
kd-11
2af497efbb
rsx: Fix texcoord transformation bug caused by incorrect BFE usage
2025-01-19 19:31:59 +03:00
kd-11
58a09e6838
vk: Use common pipeline layout in interpreter
...
- Avoids the layouts going out of sync every time something changes
2025-01-19 19:31:59 +03:00
kd-11
b5b93e962b
vk: Factor out common pipeline layout generator into reusable parts
2025-01-19 19:31:59 +03:00
Emma
10e0fb2b54
sys_prx: implement get_module_id_by_name, module_info_v2 ( #16573 )
2025-01-18 15:16:38 +02:00
Megamouse
0a6f9ed967
windows: Ignore OneDrive in PATH. It leads to false positives
2025-01-17 00:32:54 +01:00
Megamouse
a7edfa221e
windows: move logs to log dir
2025-01-16 21:33:33 +01:00
Megamouse
451e953d26
windows: move config.yml and games.yml to /config/
2025-01-16 21:33:33 +01:00
Megamouse
5c2c4a6649
input: issue basic mouse move event on window leave
...
This may help with moving the mouse to the screen borders in windowed mode
2025-01-16 18:27:16 +01:00
kd-11
09580594e6
rsx: Fix shader cache loading
2025-01-16 02:43:33 +03:00
kd-11
efc9ae98ed
vk: Fix out-of-bounds write when emitting MSAA unresolve clear command for NVIDIA fallback
2025-01-15 11:27:04 +03:00
kd-11
7da0822419
rsx/shaders: Fix MSAA coords wrapping when input is negative
2025-01-15 11:27:04 +03:00
kd-11
e1c6df0df3
rsx: Fix dynamic constants patching when draw call is skipped
...
- Also adds an optimization to skip reuploads when patch occurs outside our critical range.
2025-01-15 11:27:04 +03:00
kd-11
7965a0313c
rsx: Improved shader interpreter support when hw instancing is active
2025-01-15 11:27:04 +03:00
Megamouse
0cc61d0ef0
windows: check for OneDrive paths
2025-01-14 23:32:02 +01:00
Megamouse
d91927ee97
Qt/input: allow keypresses in raw mouse handler
2025-01-14 15:52:46 +01:00
capriots
ae670c35f7
cellAtracXdec: use lv2 mutexes + conds
2025-01-14 11:32:32 +02:00
Megamouse
d1ccadbac2
cellGem: ignore intercepted input
2025-01-14 08:53:36 +01:00
Megamouse
78a661db79
input: simplify raw mouse button press handling
2025-01-14 00:00:50 +01:00
Megamouse
b65f977c54
Qt/input: fix raw mouse button assignment
2025-01-14 00:00:50 +01:00
Megamouse
1b87e186c4
cellGem: fix initial tracker done state
2025-01-10 21:53:37 +01:00
Megamouse
3eb1e6303c
cellGem: Use wait_on, fix fake/mouse move tracker wait
2025-01-10 21:53:37 +01:00
Megamouse
3b8efecc52
cellGem: Use atomic wait instead of wait_for
2025-01-10 21:53:37 +01:00
Megamouse
6716d555ff
cellGem: Update controllers at 10 Hz in separate thread
...
Some games don't use cellGemGetInfo.
Which means we had to reboot the game if the controller wasn't
connected on boot.
Updating controllers outside of the cell functions fixes this problem.
2025-01-10 21:53:37 +01:00
kd-11
27c56cde22
rsx/shaders: Track active MRT count per shader
...
- Also use more robust hashing to avoid collisions
2025-01-10 04:34:28 +03:00
kd-11
a635e24fc2
rsx: Default initialize vertex program fields
...
- Fixes a crash when RSXVertexProgram is default-initialized. This
probably also fixes a whole class of crashes that occur when
shader interpreter is in use since that pipeline uses a
default-initialized stub.
2025-01-10 04:34:28 +03:00
kd-11
dce0abc8b9
rsx/fp: Re-design register write tracking
...
- Always collapse register writes when exporting FS outputs
2025-01-10 04:34:28 +03:00
kd-11
88e13d8326
rsx: Don't crash when invalid buffer is allocated for a shader
2025-01-10 04:34:28 +03:00
Megamouse
061be74cdb
Qt: add mouse config legend to mouse move dialog
2025-01-10 00:50:02 +01:00
Megamouse
d6f2f66f2b
Qt/Input: use empty string for pad_button_max_enum
...
Also shorten translated mouse button strings
2025-01-10 00:50:02 +01:00
Megamouse
b8d0396f71
Fix self assignment warning
2025-01-10 00:50:02 +01:00
Megamouse
a0df1e09a6
ps move: allow to configure mouse move handler buttons
2025-01-10 00:50:02 +01:00
Megamouse
7e03828f35
input: Allow mapping keys to basic mouse buttons
2025-01-09 21:59:01 +01:00
Megamouse
9407974c10
cellGem: Add more camera image conversions
2025-01-09 09:38:36 +01:00
Megamouse
3381a884d0
Fix some warnings
2025-01-08 20:02:33 +01:00
Megamouse
415c2d0795
fake move: add gyro support
2025-01-08 20:02:33 +01:00
Megamouse
92d0707291
Decrease mouse move assignment distance
2025-01-07 21:11:46 +01:00
Elad
c6f3737c2a
PPU LLVM: Fixup patches enlisting in analyzer
2025-01-07 20:42:45 +02:00
Antonino Di Guardo
ec77f2ab92
Minor cleanup ( #16519 )
...
* Minor cleanup
2025-01-07 19:46:13 +03:00
Elad
0b784ff2c1
PPU LLVM: Function table dependent resolver hashing
2025-01-07 15:43:41 +02:00
Megamouse
c443326fb1
Do not re-use the old game window if the renderer changed
2025-01-06 15:49:09 +01:00
Megamouse
2ac171a30f
move error_report to ErrorCodes.cpp
2025-01-06 15:49:09 +01:00
Megamouse
7369169331
Disable continuous mode if a savestate is not possible
2025-01-06 15:49:09 +01:00
Megamouse
d5470d92ec
Keep game window open when loading the last savestate
2025-01-06 15:49:09 +01:00
Megamouse
cc7e7300ce
Clean up old game window in case of unexpected errors
2025-01-06 15:49:09 +01:00
Megamouse
3ce4c95e61
Show message while creating savestate in continuous mode
2025-01-06 15:49:09 +01:00
Megamouse
1ab3a0bd73
RSX/Qt: Reuse gs_frame if possible
2025-01-06 15:49:09 +01:00
Megamouse
99f1f4c22a
cheats: add float32 gui support
2025-01-06 10:48:00 +01:00
oltolm
1080969b51
cmake: remove "--no-quick" from windeployqt
2025-01-05 23:03:00 +01:00
Elad
6165c2d8b3
Thread.h: Fix a bug by adding thread_state::destroying_context
2025-01-05 10:01:35 +02:00
Elad
036693a14d
Fix sys_config_unregister_service
2025-01-05 10:01:35 +02:00
Aleksey Komarov
c9d39ce7ae
vk: Support panvk, allow creating device without textureCompressionBC
...
panvk supports BC1-BC3 which is all RPCS3 require, support is reported as
false since not all formats are supported
2025-01-04 20:22:05 +02:00
Aleksey Komarov
da84326bd0
vk: Add driver vendor PANVK (Mali GPU on Mesa)
2025-01-04 20:22:05 +02:00
Megamouse
f255392a75
patches: create patch path on update
2025-01-04 15:45:22 +01:00
Megamouse
af3154a0d4
Qt: delete settings_dialog
2025-01-04 15:45:22 +01:00
Megamouse
d2b96636db
Qt: delete batch progress dialog after user closed it (as originally intended)
2025-01-04 11:31:25 +01:00
Megamouse
635eac7704
Qt: fix batch compilation after a game was already running
...
Batch compilation wasn't working if g_system_progress_canceled wasn't reset
2025-01-04 11:31:25 +01:00
Megamouse
51417cc8c3
Qt: stop batch compilation immediately on cancel
2025-01-04 11:31:25 +01:00
Elad
2614450e4b
Fix IDM image serialization
2025-01-04 09:29:09 +02:00
Megamouse
8ea27b0aca
Qt: workaround for crash in long accepted slot
2025-01-03 20:21:56 +01:00
Megamouse
4f76aec6b3
VS: Fix compilation with new wolfssl version
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
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 62701154f1 .
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
kd-11
883529eaf3
vk: Add support for spec-compliant query scopes
2024-12-25 01:41:23 +03:00
kd-11
afc10ea112
vk: Workaround for older SDK header versions
2024-12-25 01:41:23 +03:00
kd-11
488e5d9eb5
vk: Register honeykrisp as known driver in RTT quirks check
2024-12-25 01:41:23 +03:00
kd-11
6d976b5d90
vk: Fix build
2024-12-25 01:41:23 +03:00
kd-11
b44e2d3b30
vk: Add basic support for honeykrisp driver
2024-12-25 01:41:23 +03:00
kd-11
a196bbcbcd
vk: Remove unnecessary workaround for older SDK versions
2024-12-25 01:41:23 +03:00
kd-11
6000e3a47d
vk: Add support for extended device fault information
2024-12-25 01:41:23 +03:00
Elad
623f5822b3
Fix Emulator::Pause() segfault
2024-12-24 21:31:57 +02:00
Elad
c6dadc537b
Add some FXO init checks
2024-12-24 21:31:57 +02:00
Elad
a2d5b5a0e2
Fixup GDB
2024-12-24 21:31:57 +02:00
Elad
d376ba5994
Remove lv2_socket_native destructor
2024-12-24 21:31:57 +02:00
Elad
3bf735161f
sys_config: Move cleanup to IDM abort
2024-12-24 21:31:57 +02:00
Elad
4d0c835df3
util/shared_ptr.hpp: STX pointers library fixes
2024-12-24 21:31:57 +02:00
Elad
6eb4138595
Fixup sys_process
2024-12-24 21:31:57 +02:00
Megamouse
53817dcc90
Fix fs::file log formatting
2024-12-23 11:29:13 +01:00
Megamouse
99044ce6c6
Qt: allow to skip further automatic update notifications for a single version
2024-12-23 01:56:39 +01:00
Elad
575a245f8d
IDM: Implement lock-free smart pointers ( #16403 )
...
Replaces `std::shared_pointer` with `stx::atomic_ptr` and `stx::shared_ptr`.
Notes to programmers:
* This pr kills the use of `dynamic_cast`, `std::dynamic_pointer_cast` and `std::weak_ptr` on IDM objects, possible replacement is to save the object ID on the base object, then use idm::check/get_unlocked to the destination type via the saved ID which may be null. Null pointer check is how you can tell type mismatch (as dynamic cast) or object destruction (as weak_ptr locking).
* Double-inheritance on IDM objects should be used with care, `stx::shared_ptr` does not support constant-evaluated pointer offsetting to parent/child type.
* `idm::check/get_unlocked` can now be used anywhere.
Misc fixes:
* Fixes some segfaults with RPCN with interaction with IDM.
* Fix deadlocks in access violation handler due locking recursion.
* Fixes race condition in process exit-spawn on memory containers read.
* Fix bug that theoretically can prevent RPCS3 from booting - fix `id_manager::typeinfo` comparison to compare members instead of `memcmp` which can fail spuriously on padding bytes.
* Ensure all IDM inherited types of base, either has `id_base` or `id_type` defined locally, this allows to make getters such as `idm::get_unlocked<lv2_socket, lv2_socket_raw>()` which were broken before. (requires save-states invalidation)
* Removes broken operator[] overload of `stx::shared_ptr` and `stx::single_ptr` for non-array types.
2024-12-22 20:59:48 +02:00
Whatcookie
385710672f
SPU LLVM: Recognize ROTYQBYI and ROTQBI rotation pattern ( #16409 )
...
Co-authored-by: Elad <18193363+elad335@users.noreply.github.com>
2024-12-22 10:29:15 +02:00
Megamouse
beb3565001
ps move tracker: draw sphere size range into live image
2024-12-21 14:36:24 +01:00
Megamouse
ec7f50d925
ps move tracker: set max of radii to 50%
...
It makes no sense to have a larger radius than half of the image size
2024-12-21 14:36:24 +01:00
Megamouse
1a479e9bda
ps move tracker: fix min and max radius labels
2024-12-21 14:36:24 +01:00
Megamouse
19cc363b09
ps move tracker: fix some data types
2024-12-21 14:36:24 +01:00
kd-11
760b49bc6c
Cleanup
2024-12-21 15:24:15 +03:00
kd-11
70eca8cb24
vk: Fix border color swizzling behavior
2024-12-21 15:24:15 +03:00
Megamouse
ff0249d662
ps move: ignore second half frame in ZCM1
...
These values have high noise on my model and make it unusable.
2024-12-21 03:24:32 +01:00
Megamouse
d450a5ee95
cellGem: add magnetometer support
2024-12-21 03:24:32 +01:00
Megamouse
1cf927aef9
cellGem: request orientation reset during calibration
2024-12-21 00:48:52 +01:00
Megamouse
8678402c25
cellGem: fix some data types
2024-12-20 17:30:25 +01:00
Megamouse
ee2ea0cb02
cellGem: invalidate hue and tracking in cellGemInvalidateCalibration
...
This fixes the cursor color in OVERKILL
2024-12-20 17:30:25 +01:00
Megamouse
cf0b4d4ed4
cellGem: split status_flags into calibration flags and runtime flags
2024-12-20 17:30:25 +01:00
Megamouse
cc50049bca
cellGem: implement cellGemSetRumble
2024-12-20 17:30:25 +01:00
Megamouse
c6a76eb9af
cellGem: add setting to let the game actually set the device hues
...
This is not very useful at the moment since the tracker can't really
handle random hues yet.
2024-12-20 17:30:25 +01:00
Megamouse
67e8e373a7
cellGem: set sphere RGB when a hue is set and vice versa
2024-12-20 17:30:25 +01:00
Megamouse
304964ba71
cellGem: add debug setting for painting spheres into the live image
2024-12-20 17:30:25 +01:00
Megamouse
d2c58765cd
cellGem: fix some data types
2024-12-20 17:30:25 +01:00
Megamouse
385d21e6dc
Fix some warnings
2024-12-20 17:30:25 +01:00
Megamouse
0fd6956bb0
cellPhotoDecode: allow dev_bdvd paths
2024-12-19 18:01:10 +01:00
Megamouse
5073477415
cellGem: Split horizontal and vertical mouse rotation cone setting
2024-12-19 16:55:39 +01:00
Megamouse
c56147e04b
Qt: fix settings_dialog opening on wrong tab
...
The dialog now uses open instead of exec, so we have to override open.
2024-12-19 13:49:43 +01:00
Megamouse
79fc366f23
Qt: fix flow_layout segfault
2024-12-19 13:49:43 +01:00
capriots
9d4ff13c2b
cellAdec implementation part 2: LPCM decoder ( #16381 )
...
* cellAdec: savestate fixup
* simd.hpp: add some intrinsics
* cellAdec implementation part 2: LPCM decoder
* cellAdec: set to HLE by default
* cellAdec: review fixes
---------
Co-authored-by: Elad <18193363+elad335@users.noreply.github.com>
2024-12-18 20:21:56 +02:00
Megamouse
e18ae5abd6
cellGem: expose rotation cone to settings
2024-12-18 09:14:04 +01:00
Megamouse
f3ef4f3658
cellCamera: try to fix internal state on stop
...
When stopping, the camera is supposed to be open still.
Add an expected state to check the camera signal does what it should.
2024-12-18 03:54:25 +01:00
Megamouse
657ab4261c
Fix some static analysis warnings
2024-12-17 20:46:07 +01:00
Megamouse
5491fbee5b
Fix warning
2024-12-17 20:46:07 +01:00
RipleyTom
18f82f0006
Fix unused p2p socket closing
2024-12-17 15:09:59 +02:00
kd-11
30ca2370ab
rsx: Improve MM synchronization
2024-12-16 19:00:08 +03:00
kd-11
21eaee0e23
rsx: Revert bounds optimization on RO texture load
2024-12-16 19:00:08 +03:00
kd-11
cd7e1e1e2b
rsx: Improve performance even more when async MM is active
2024-12-16 19:00:08 +03:00
kd-11
4b30e82aee
rsx: Restore previous (incorrect) low-precision format handling
2024-12-16 19:00:08 +03:00
kd-11
83c0212b59
rsx/qt: Add option to disable async host MM to GUI
2024-12-16 19:00:08 +03:00
kd-11
4eb0ee23db
Fix linux build
2024-12-16 19:00:08 +03:00
kd-11
b4a72b6223
rsx: Fix texture renormalization flag and fix windows build
2024-12-16 19:00:08 +03:00
kd-11
c9a7abdd09
rsx: Fix OpenGL deadlock
2024-12-16 19:00:08 +03:00
kd-11
49d11b2e36
rsx: Make the deferred mm flush option usable with OpenGL
2024-12-16 19:00:08 +03:00
kd-11
83764fbbb4
rsx/vk: Implement asynchronous host memory management.
2024-12-16 19:00:08 +03:00
Megamouse
8dbe88782c
cellGem: Improve mouse handler orientation
...
This also makes it easily configurable with the CONE setting in the future
2024-12-13 08:55:52 +01:00
Megamouse
b08829817f
PS Move: fix calibration logging
2024-12-13 08:55:52 +01:00
Megamouse
585f47c2d9
PS Move: Disable Fusion gain (no more drift)
2024-12-13 08:55:52 +01:00
Megamouse
56a254ba9c
move tracker: ignore sporadic shape and position changes
...
The tracker may get a random result for a couple of frames occasionally.
Just report the last known position and shape instead.
2024-12-12 16:52:47 +01:00
Megamouse
55ead61ea8
move tracker: ignore sporadic invalid results
...
The tracker may fail for a couple of frames occasionally.
Just report the last known position instead.
2024-12-12 16:52:47 +01:00
Megamouse
f96cfe08f4
cellGem: lock tracker mutex in get_info
...
This may reduce the possibility of unexpected tracking results
2024-12-12 16:52:47 +01:00
Megamouse
a31ebc248e
cellGem: implement quaternion transformation
2024-12-11 18:56:53 +01:00
Megamouse
3d11b6efa3
cellGem: try to map accelerometer and gyro
2024-12-11 18:56:53 +01:00
Megamouse
13cd461a1f
sys_rsx_context_attribute: Improve errors
2024-12-11 18:56:53 +01:00
Antonino Di Guardo
68b7e5971d
Welcome Dialog: Reject users that reject our TOS
...
* Improved welcome dialog
* "show at startup" checkbox always changeable
2024-12-07 20:56:05 +02:00
Antonino Di Guardo
24655fd975
fix dark theme switching on initial welcome dialog ( #16373 )
2024-12-06 20:14:35 +01:00
Darkhost1999
05d12f68ad
Test
...
Works on my machine
2024-12-05 12:55:23 +02:00
Elad
d84fe592c8
PRX: Do not check exported function code address
2024-12-03 19:01:17 +02:00
Elad
b4505600c7
PPU: Notify SPUs while waiting for its own state
2024-11-30 18:06:34 +02:00
Elad
a4ea71d18f
CELL: Rewrite reservation notification postponing
2024-11-30 18:06:34 +02:00
Megamouse
729826ec40
cellGem: fix HUE_NOT_SET
2024-11-29 05:39:11 +01:00
Megamouse
a8b0c0be07
cellGem: calculate distance from sphere to camera
2024-11-29 05:39:11 +01:00
Elad
926de68a79
Debugger: Dump related thread information on crash
2024-11-28 13:32:52 +02:00
Elad
cf850598eb
System.cpp: Do not hold on fs::dir handle
2024-11-28 05:47:40 +02:00
Elad
d63e643081
Emu: Fixup
2024-11-28 05:47:40 +02:00
Elad
9a2bcd2508
System.cpp: Fix Kill() on bad app startup
2024-11-27 16:00:40 +02:00
Elad
f3b9d64df7
Add some asserts for g_fxo->init<>
2024-11-27 16:00:40 +02:00
Elad
68c58281e5
System.cpp: Add system_state::loading
2024-11-27 16:00:40 +02:00
Elad
07df91d4e8
Fix Emulation boot recursion
2024-11-27 16:00:40 +02:00
Elad
378a69ea85
Qt: Deprecate processEvents() part 2
2024-11-27 16:00:40 +02:00
Elad
191e132c6c
util/types.hpp: Rewrite narrow<>
2024-11-27 16:00:40 +02:00
Elad
fce07bbeab
Qt: Deprecate proccessEvents() usage
2024-11-26 03:33:24 +02:00
kd-11
3e427c57f0
rsx: Use strict bounds testing when replacing memory via blit engine
2024-11-25 22:21:07 +03:00
kd-11
9afebfdd72
rsx/texture-cache: Rework invalidation cause object to have more granular controls
2024-11-25 22:21:07 +03:00
kd-11
109b841d8d
rsx/util: Change the filter function to an in-place erase-if operation
2024-11-25 22:21:07 +03:00
Darkhost1999
b94ddb0cd3
Migrate Savestates Home Menu ( #16340 )
2024-11-23 21:29:07 +02:00
Elad
b073d08a52
LLVM: Implement Recursive Intrinsics
2024-11-23 20:22:58 +02:00
capriots
e7fd4224ad
cellDmuxPamf: add module + stubs
2024-11-23 17:01:25 +02:00
capriots
8778e69f9d
cellAdec: make AdecContext and AdecFrame trivial classes
2024-11-23 17:01:25 +02:00
capriots
108247dccc
Invalidate savestates
2024-11-23 17:01:25 +02:00
capriots
9b3b9562c0
cellAdec: review + warning fixes
2024-11-23 17:01:25 +02:00
capriots
e7f1a34fe1
cellAdec implementation part 1: abstraction layer
2024-11-23 17:01:25 +02:00
capriots
0a29ca2946
Fix HLE PPU callback stack arguments
2024-11-23 17:01:25 +02:00
RipleyTom
0e8f1a9bf9
sys_net: Remove lingering ppu_to_awake from queue on timeout
2024-11-22 18:44:01 +02:00
Megamouse
4ba4bddb09
Fix some warnings
2024-11-22 15:48:16 +01:00
Megamouse
3b51368be2
Qt: Use inplace image mirroring in video sink
2024-11-22 15:48:16 +01:00
FlexBy420
0111fd0d0e
Make error message for temporary and archive translatable ( #16331 )
2024-11-20 16:54:31 +02:00
Elad
ac849b958f
Progress: Dialog: Fixup memory management
2024-11-18 18:45:34 +02:00
Megamouse
806a1202c5
VS: ignore opencv debug build guard (fix debug build)
2024-11-16 23:31:54 +01:00
digant73
3fa3298a31
fixed CI for building on windows
2024-11-16 17:36:56 +01:00
digant
eccb3f6d0b
Improve and fix sln solution
2024-11-16 17:36:56 +01:00
Megamouse
29901d65ed
More constexpr
2024-11-16 15:10:20 +01:00
Megamouse
2d14742a05
Add opencv to cmake
2024-11-16 15:10:20 +01:00
Megamouse
6eaaadec71
Move opencv submodule to subdirectoty
2024-11-16 15:10:20 +01:00
Megamouse
b89f7515fd
Qt: show warning if ps move tracking is not supported
2024-11-16 15:10:20 +01:00
Elad
05096854bc
Update vm_native.cpp
2024-11-16 13:53:25 +02:00
Elad
68d74bc28a
Progress Dialog: Fix recursion and concurrency use of text updates
2024-11-16 12:22:23 +02:00
Elad
1475625705
Implement lf_array::for_each
2024-11-16 12:22:23 +02:00
Megamouse
4df58494a0
Fix compilation
2024-11-16 09:45:31 +01:00
Megamouse
f16dfd8ca2
Add HAVE_OPENCV preprocessor flag
2024-11-16 09:45:31 +01:00
Megamouse
72dc5b3489
Windows: Add and deploy opencv files
2024-11-16 09:45:31 +01:00
Megamouse
b89cc9b973
cellGem: implement real ps move handler
2024-11-16 09:45:31 +01:00
Elad
e7faec6b0e
util/vm_native.cpp: Fix memory leak
2024-11-15 14:00:30 +02:00
Megamouse
7866dc2e34
overlays: localize RPCS3 progress dialog
2024-11-15 09:48:12 +01:00
Megamouse
070add461f
overlays: get localized values in home menu settings
2024-11-15 09:48:12 +01:00
Megamouse
1211acd59c
Qt: Add std::string GetSettingOptions
...
This has the potential for some minor optimizations
2024-11-15 09:48:12 +01:00
Megamouse
d78c39b3ab
overlays: add more overlay hint option to home menu settings
2024-11-14 23:23:36 +01:00
Megamouse
81bb4b5951
overlays: remove unnecessary text logging
2024-11-14 23:23:36 +01:00
Megamouse
9461294ffc
overlays: add input debug overlay to home menu settings
2024-11-14 23:23:36 +01:00
Megamouse
7087582a36
overlays: translate home menu settings
...
Also fix potential lambda text capture issue
2024-11-14 23:23:36 +01:00
overwriter
201be08a85
fix: cannot copy OpenAl32.dll with CMake
2024-11-14 21:44:59 +01:00
Megamouse
c3729d06d0
Qt: Replace some instances of QMap, QPair and QList
2024-11-14 20:50:33 +01:00
Elad
c5bbee7a0a
SPU: Fixup code comparison
2024-11-14 13:43:01 +02:00
Elad
8c00842614
Fixup std::vector to std::span
2024-11-14 13:43:01 +02:00
Elad
72437b50b4
LV2: Fix thread notifications regression
2024-11-12 15:00:35 +02:00
Elad
e9b24eba85
SPU Analyzer: Fix programs code caching
2024-11-12 11:11:37 +02:00
oltolm
2b0f786b2d
Fix std::basic_string warnings ( #16261 )
2024-11-11 21:54:44 +02:00
Megamouse
2262ac1684
Qt: Replace QMap with std::map
...
This should reduce the amount of string conversions during list refreshes
2024-11-06 09:34:32 +01:00
RipleyTom
c68f42e0ee
Fix sceNpScoreGetRankingByNpId when no score is registered
2024-11-05 20:48:05 +01:00
Joshua de Reeper
73cee9a43d
sys_usbd: Better Dimensions Move Handling
2024-11-05 18:17:05 +01:00
NicknineTheEagle
6d766ccbb5
cellSaveData: Add autosave indicator ( #15720 )
2024-11-04 21:53:34 +01:00
Elad
bcf581dc82
Fixup Emulator::GetBackgroundPicturePath()
2024-11-04 14:59:21 +02:00
Elad
c782b45b97
High-Resolution Game Background for loading
2024-11-04 10:59:45 +02:00
Elad Ashkenazi
bc22df8ba8
SPU: Optimize cellSpurs reservations
2024-11-03 11:13:54 +02:00
Elad
695799c39a
GUI: Fix welcome_dialog dereference
2024-11-02 21:43:35 +02:00
Elad
85d1649696
utils/atomic.hpp: Make atomic_op reject non-non-const lvalue
2024-11-02 21:43:35 +02:00
Elad
1417f9b7de
utils/atomic.cpp: Fixup utils::get_unique_tsc()
...
It was reading s_min_tsc again inside the atomic operation.
Also optimize it a bit.
2024-11-02 21:43:35 +02:00
Elad
0e31aafc09
Fixup GCM unmap event sending
2024-11-02 21:43:35 +02:00
Ani
17e78a9e6f
rpcs3_version: Bump to 0.0.34
2024-11-01 23:22:32 +00:00
oltolm
42751cc8fb
SPULLVMRecompiler: remove unnecessary bitcast
2024-11-01 16:31:14 +02:00
Elad
e67d090c35
Fixup sys_event_port_send
2024-11-01 10:43:46 +02:00
Elad
ddd0494cf4
Silence sys_ss_access_control_engine
2024-11-01 10:43:46 +02:00
Elad
2222807624
RSX/GCM: Fix memory unmapping for HLE GCM
2024-11-01 10:43:46 +02:00
Elad
488814bb2d
rsx/vm: Exclude events from VM mutex
...
Fixes a deadlock from a recent pull request, perhaps also some deadlocks with locking both IDM and VM mutex.
2024-11-01 07:37:57 +02:00
Elad
b87c891ec4
Fixup sys_event to check EBUSY only for PPU->PPU signals
2024-11-01 07:37:57 +02:00
Elad
5c5edb4785
sys_event: Implement EBUSY for disconnection
2024-10-30 21:15:16 +02:00
Elad
edfe940543
utils/sysinfo.cpp: Yield CPU time when measuring TSC freq
2024-10-30 10:06:49 +02:00
elad335
97f2b6b701
Fix get_system_time()
2024-10-29 19:26:33 +02:00
elad335
92bf6ed0a7
Replace rsx::uclock with get_system_time()
2024-10-29 19:26:33 +02:00
elad335
29c1c3df1f
sys_event_flag_set: Minor improvement
2024-10-29 19:26:33 +02:00
oltolm
cd8954db14
fix deprecation warnings in Qt 6.8
2024-10-28 23:42:02 +01:00
Megamouse
431221f172
Don't log "always" messages in fatal_error_listener until enabled
...
Opening the console breaks Qt cli popups
2024-10-25 20:10:46 +02:00
elad335
3ecb14dcda
sys_event_flag_set: Break atomic operation dependencies
2024-10-25 15:53:53 +03:00
elad335
a325eb52bd
Compilation hotfix
2024-10-25 13:21:49 +03:00
elad335
84217917d5
utils/sysinfo.cpp: New TSC calibration technique
2024-10-25 10:00:21 +03:00
elad335
af052b0627
RawSpu: Optimize START register/commands
...
START MFC proxy commands can be common even after their need, optimize their usage.
2024-10-24 21:03:06 +03:00
elad335
c70c08bb07
utils: Make get_tsc_freq() inlined and non-blocking
2024-10-24 21:03:06 +03:00