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
|
73a62b4bf6
|
Update SDL to 2.30.10
|
2024-12-17 22:44:46 +01:00 |
|
Megamouse
|
cd47113ed8
|
Update curl to 8.11.1
|
2024-12-17 22:44:46 +01:00 |
|
Megamouse
|
8793e6ded7
|
Update 7zip to 24.09
|
2024-12-17 22:44:46 +01:00 |
|
Megamouse
|
29a3c36e26
|
Update OpenAL to 1.24.1
|
2024-12-17 22:44:46 +01:00 |
|
Megamouse
|
141ac0d09f
|
Update FAudio to 24.12
|
2024-12-17 22:44:46 +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 |
|
schm1dtmac
|
64ec19f018
|
Fixup Intel macOS builds
oops
|
2024-12-15 15:04:46 +01:00 |
|
schm1dtmac
|
692c88f0e9
|
Revert Qt to 6.7.3 for macOS
|
2024-12-14 00:01:17 +01: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
|
49081d0d82
|
Qt 6.8.1
|
2024-12-12 02:20:01 +01:00 |
|
Megamouse
|
a31ebc248e
|
cellGem: implement quaternion transformation
|
2024-12-11 18:56:53 +01:00 |
|