Megamouse
8236b58a29
cellGem: fix camera format conversions
...
Use interleaved RGBA format and get rid of BE/LE differences.
2024-07-08 23:11:03 +02:00
Megamouse
7ea64b53ad
Qt: Fix camera id and format when default is selected
2024-07-08 20:16:23 +02:00
Megamouse
441b324afe
Qt: Fix camera string comparison in settings_dialog
...
The id() contains a QByteArray, not a QString.
2024-07-08 20:16:23 +02:00
MSuih
b4e4aa9822
Improve error message when update cannot be installed due to version mismatch ( #15773 )
...
* Show the relevant versions whenever update fails to install due to version difference
2024-07-07 15:23:25 +02:00
Megamouse
f0713c8940
Input/Overlays: show pressure intensity toggle hint
2024-07-06 19:58:53 +02:00
Megamouse
6948c0a30a
Qt: disable battery LED settings if the pad handler doesn't support it
2024-07-06 18:55:48 +02:00
Megamouse
4c11554d2c
Qt: fix player LED groupbox label
2024-07-06 18:55:48 +02:00
Megamouse
0db7ab64ee
Camera: copy JPG and RGBA data if needed
2024-07-06 18:55:48 +02:00
Megamouse
c9a082614d
input: ignore raw mouse double click when used as move handler
2024-06-30 12:02:37 +02:00
Elad Ashkenazi
c71edc0719
Remove check_state() inside thread notifiatios
...
This was a flawed concept due to risk of deadlocks.
Worst case some we will focus o performanc regressins indvidually as we should and not accept this bug.
2024-06-29 14:02:12 +03:00
Megamouse
e790842007
input: allow dynamic change of mouse configs
2024-06-27 19:12:34 +02:00
SuperSamus
33d6e6ce6c
skylander_dialog: Fix Drill Sergeant's name
2024-06-27 03:13:17 +02:00
MSuih
7e274a1ff4
Fix locale on linux
2024-06-23 12:15:42 +02:00
Elad Ashkenazi
bceaf46e2f
Savestates/Mouse: Fix Mouse handler use
2024-06-20 20:25:07 +03:00
Megamouse
cc19685207
Qt: log error cause on shortcut icon creation
2024-06-11 22:31:47 +02:00
Elad Ashkenazi
4c9296c07f
Game List: Add shortcut to open cache dir
...
Enabled whenever debug tab is in order to protect important caches such as PPU from accidental deletion.
2024-06-10 13:45:23 +03:00
Megamouse
c15121377f
Input: Implement anti deadzone
2024-06-07 21:18:37 +02:00
Megamouse
2199aa0635
Fix some tooltips
2024-06-07 00:25:49 +02:00
Elad Ashkenazi
ac5d907002
SPU: Remove inaccurate GETLLAR option
2024-06-06 19:27:52 +03:00
Megamouse
ff3fb3da65
Use openal-soft submodule and link statically
2024-06-06 15:02:47 +02:00
Elad Ashkenazi
4f1db9a00f
Unix/Savestates: Fix savestates destination
2024-06-03 09:55:24 +03:00
Megamouse
ab15584eed
Add 7zip submodule
2024-05-25 22:23:15 +02:00
Megamouse
21c03b74b6
input: only unregister devices if there is no other handler registered
...
Also center mouse if a new device was added
2024-05-25 00:51:05 +02:00
Megamouse
fa144d3307
input/qt: enumerate raw mouse devices once a seconds in the config dialog
2024-05-25 00:51:05 +02:00
Megamouse
5cc05d082d
qt: ignore right click to clear input config button if the button is disabled
2024-05-25 00:51:05 +02:00
Megamouse
49712f8f4e
input/qt: increase max raw mouse devices to 16
2024-05-25 00:51:05 +02:00
Megamouse
58863c0c41
input/qt: Keep configured raw mouse device in list even if it is not connected
2024-05-21 23:35:35 +02:00
Megamouse
13673d2c79
input/qt: fix out of bounds exception when using button ids in raw mouse config dialog
2024-05-21 23:35:35 +02:00
Megamouse
32a938abd2
input/qt: allow to map mouse buttons in the guncon config
2024-05-21 23:35:35 +02:00
Megamouse
5a08ae4f41
input/qt: let user choose raw mouse device
2024-05-21 23:35:35 +02:00
Megamouse
7ffb61f650
Qt: use mouse input to map basic mouse buttons
2024-05-21 23:35:35 +02:00
Megamouse
eb8ab8ef15
implement mouse handler config
2024-05-21 23:35:35 +02:00
deReeperJosh
3ba4c8a1c7
Add 2 more slots for Power Discs on Infinity Base
2024-05-21 18:59:55 +03:00
Elad Ashkenazi
2d32ba5ca2
Rename Suspsend to Anti-Cheat Savestates
...
The original naming was derived from the Developer perspective, but it does not help the actual user.
2024-05-21 14:19:12 +03:00
Elad Ashkenazi
ad41796ddb
Settings: Tell the user how to disable log limit
2024-05-21 14:19:12 +03:00
Megamouse
9a8ed80026
memory_viewer_panel: use existing thread_class instead of extra enum
2024-05-18 16:16:08 +02:00
Megamouse
dfee5b9a6c
threads: replace magic number id_type with thread_class
2024-05-18 16:16:08 +02:00
Joshua de Reeper
9ceb22a2c0
Add Skylander Dump File Types
2024-05-17 10:03:58 +02:00
Florin9doi
db89c1d8b8
USB: Add GunCon 3 config window
2024-05-17 08:58:14 +02:00
Elad Ashkenazi
66008d5ca4
Savestates: Multi-threaded compression, use ZSTD
2024-05-14 19:36:48 +03:00
Florin9doi
d1b4d4b599
Remove the redundant config for GunCon3
2024-05-14 09:05:03 +02:00
Florin9doi
941c87f6d7
Create a device class for GunCon3 which is ignored by cellPad
2024-05-14 09:05:03 +02:00
Megamouse
bdeeae47a2
Qt: disable vsh removal options if vsh is running
2024-05-07 08:47:29 +02:00
Megamouse
453bb43629
Qt: allow to remove vsh cache in context menu
2024-05-07 08:47:29 +02:00
Megamouse
e35b2e5daa
Qt: allow to batch remove vsh cache
2024-05-07 08:47:29 +02:00
oltolm
587d0b2c36
merge qt_music_error_handler into qt_music_handler
2024-05-06 01:57:52 +02:00
oltolm
86f86f516a
merge qt_camera_error_handler into qt_camera_handler
2024-05-06 01:57:52 +02:00
Megamouse
11562c430a
Qt: replace m_progress_dialog_timer with setMinimumDuration
...
No idea why this was done so complicated xD
2024-05-05 08:31:13 +02:00
Megamouse
5745862fa8
Qt: properly hide and show progress indicator
...
This was previously always shown, since we never really re-used the progress dialogs.
2024-05-05 08:31:13 +02:00
Megamouse
281f248d91
Qt: remove seemingly obsolete processEvents
...
Replace them with early outs on cancel.
The processEvents was probably added to allow user interaction.
But it works fine without it as far as I can tell.
2024-05-05 08:31:13 +02:00