Commit graph

61 commits

Author SHA1 Message Date
Esther1024
ea7b9519c7 fix uninit values in applet and mouse (#114)
read before written; initialize so valgrind stops complaining

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/114
Co-authored-by: Esther1024 <danishreyjavik@outlook.com>
Co-committed-by: Esther1024 <danishreyjavik@outlook.com>
2025-05-19 19:11:06 +00:00
Pavel Barabanov
5608ab1cd4
everything related to the FW 20 has been deleted. 2025-05-11 20:18:26 -04:00
Maran Br
8f5a65bdb0 Fixes second controller not detected in DKTF and possibly other games 2025-05-09 14:20:53 +00:00
Pavel Barabanov
d9eea0dc72 renamed SetTouchScreenOutputRanges to SetTouchScreenOutputRanges [20.0.0+] 2025-05-03 06:26:24 +03:00
crueter
9cef9f5dce Update fmt to allow for v11
Signed-off-by: swurl <swurl@swurl.xyz>
2025-04-10 01:11:22 +02:00
liamwhite
3f719aed35 Merge pull request #13135 from german77/hid-interface
service: hid: Migrate HidServer to new IPC
2024-02-27 12:26:26 -05:00
liamwhite
0b15d99bb2 Merge pull request #13163 from german77/ring
core: hid: hid_core doesn't have access to LIBUSB
2024-02-25 14:01:05 -05:00
german77
68b0f72f27 core: hid: hid_core doesn't have access to LIBUSB 2024-02-25 10:06:43 -06:00
german77
bdd95714d5 core: hid: Reintroduce vibration filter 2024-02-24 12:19:51 -06:00
Narr the Reg
9d2a7fba97 service: hid: Migrate HidServer to new IPC 2024-02-23 17:49:02 -06:00
Narr the Reg
c10b688712 service: hid: Move and migrate AppletResource and ActiveVibrationDevice 2024-02-23 17:49:02 -06:00
FearlessTobi
4d55e58ee4 scope_exit: Make constexpr
Allows the use of the macro in constexpr-contexts.
Also avoids some potential problems when nesting braces inside it.
2024-02-19 16:00:46 +01:00
german77
16b5a24d6f core: hid: Remove driver errors from log 2024-02-18 10:54:56 -06:00
t895
a29782ce6a android: Input mapping 2024-02-17 12:32:33 -05:00
t895
95ea8e9553 hid_core: Prevent crash if we try to iterate through empty color devices list 2024-02-16 21:11:47 -05:00
t895
31b531fb2b hid_core: Use dedicated "port" for android's input overlay 2024-02-16 21:09:42 -05:00
Narr the Reg
43715edd7e service: set: Migrate ISystemSettingsServer to new IPC 2024-02-14 12:40:10 -06:00
Narr the Reg
b765a7e22c service: hid: Free npad applet resource 2024-02-08 18:50:54 -06:00
Narr the Reg
0201a87e4f service: hid: Migrate hidbus to new interface 2024-02-07 18:07:32 -06:00
liamwhite
93b1636e83 Merge pull request #12928 from german77/motion-mp
service: hid: Add multiprocess support to six axis input
2024-02-06 10:24:46 -05:00
german77
bc3955e125 service: irs: Migrate service to new interface 2024-02-06 00:14:16 -06:00
german77
4e0a08ccae service: hid: Add multiprocess support to six axis input 2024-02-05 17:19:31 -06:00
german77
e12d580819 service: hid: Ensure aruid data is initialized 2024-02-05 17:17:21 -06:00
Narr the Reg
06bb386941 service: hid: Multiple fixes 2024-02-01 10:37:44 -06:00
liamwhite
6e85d48a8b Merge pull request #12780 from german77/touch_resource5
service: hid: Fully implement touch resource
2024-02-01 11:33:44 -05:00
Narr the Reg
ac45bf3adb service: hid: Implement GetPlayerLedPattern accurately 2024-01-30 10:57:03 -06:00
german77
fd1bc5e569 service: hid: Implement home, capture and sleep buttons 2024-01-28 19:28:37 -06:00
german77
979e27ea91 service: hid: Restore active aruid 2024-01-28 18:27:25 -06:00
Narr the Reg
575f4308e0 service: hid: Fully implement touch resource 2024-01-28 18:27:25 -06:00
german77
4796058940 service: set: Implement more Qlaunch Settings 2024-01-28 09:32:46 -06:00
K900
2e958b507f input: add a missing null pointer check
There's a few other places where the result of GetAruidData is accessed without a null check,
but I couldn't find a code path that hits those.
2024-01-27 17:32:49 +03:00
liamwhite
3262760a67 Merge pull request #12769 from german77/no-log
core: hid: Reduce controller requests
2024-01-26 09:57:40 -05:00
liamwhite
9dd9c2a6cc Merge pull request #12765 from german77/sys-hid
service: set: Implement more settings functions for Qlaunch
2024-01-26 09:55:47 -05:00
Narr the Reg
cc539cac24 service: hid: Don't try to vibrate if device isn't initialized 2024-01-25 23:46:46 -06:00
Narr the Reg
df295231b8 service: set: Implement more settings functions for Qlaunch 2024-01-25 17:14:18 -06:00
Narr the Reg
9d8c4a7802 core: hid: Skip duplicated vibrations 2024-01-23 11:33:08 -06:00
Narr the Reg
cd792c68c2 core: hid: Only set polling mode if needed 2024-01-23 11:11:09 -06:00
liamwhite
913a56114f Merge pull request #12734 from german77/enable-applet
service: hid: Implement EnableAppletForInput
2024-01-21 19:15:53 -05:00
Narr the Reg
0748704ca6 core: hid: Allow to disable vibration 2024-01-21 16:44:31 -06:00
Narr the Reg
4af74a15a8 service: hid: Implement EnableAppletForInput 2024-01-21 14:05:18 -06:00
liamwhite
48d9e11d9d Merge pull request #12660 from german77/better-vibration
service: hid: Fully implement abstract vibration
2024-01-20 13:34:54 -05:00
liamwhite
19a2d50378 Merge pull request #12687 from german77/amiibo-lock
core: hid: Disable special features before disconnecting the controllers
2024-01-19 09:33:31 -05:00
liamwhite
4604e8ac05 Merge pull request #12709 from german77/npad-disc
service: hid: Clear controller status when aruid is no longer used
2024-01-19 09:33:16 -05:00
Narr the Reg
77f3deb03a service: hid: Clear controller status when aruid is no longer used 2024-01-19 00:09:49 -06:00
Narr the Reg
d79845d97f core: hid: Disable special features before disconnecting the controllers 2024-01-16 14:44:54 -06:00
Narr the Reg
4acc872fce service: set: Implement stubbed functions 2024-01-15 23:17:03 -06:00
Narr the Reg
e2313faec9 service: hid: Fully implement abstract vibration 2024-01-15 23:15:40 -06:00
Viktor Szépe
34a9bad960 Fix typos in master 2024-01-16 00:09:25 +00:00
Viktor Szépe
168f763ee6 Merge remote-tracking branch 'origin/master' into typos3 2024-01-16 00:09:00 +00:00
Viktor Szépe
8f8a15827f Fix more typos 2024-01-15 23:26:53 +00:00