lizzie
9d2681ecc9
[cmake] enable clang-cl and WoA builds ( #348 )
Compilation and CMake fixes for both Windows on ARM and clang-cl, meaning Windows can now be built on both MSVC and clang on both amd64 and aarch64.
Compiling on clang is *dramatically* faster so this should be useful for CI.
Co-authored-by: crueter <crueter@eden-emu.dev>
Co-authored-by: crueter <crueter@crueter.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/348
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
8 months ago
lizzie
9e0e31132a
[icc] fix intel c++ compiler errors ( #146 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/146
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
9 months ago
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>
12 months ago
Pavel Barabanov
5608ab1cd4
everything related to the FW 20 has been deleted.
1 year ago
Maran Br
8f5a65bdb0
Fixes second controller not detected in DKTF and possibly other games
2 years ago
Pavel Barabanov
d9eea0dc72
renamed SetTouchScreenOutputRanges to SetTouchScreenOutputRanges [20.0.0+]
1 year ago
crueter
9cef9f5dce
Update fmt to allow for v11
Signed-off-by: swurl <swurl@swurl.xyz>
1 year ago
german77
68b0f72f27
core: hid: hid_core doesn't have access to LIBUSB
2 years ago
german77
bdd95714d5
core: hid: Reintroduce vibration filter
2 years ago
Narr the Reg
9d2a7fba97
service: hid: Migrate HidServer to new IPC
2 years ago
Narr the Reg
c10b688712
service: hid: Move and migrate AppletResource and ActiveVibrationDevice
2 years ago
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.
2 years ago
german77
16b5a24d6f
core: hid: Remove driver errors from log
2 years ago
t895
a29782ce6a
android: Input mapping
2 years ago
t895
95ea8e9553
hid_core: Prevent crash if we try to iterate through empty color devices list
2 years ago
t895
31b531fb2b
hid_core: Use dedicated "port" for android's input overlay
2 years ago
Narr the Reg
43715edd7e
service: set: Migrate ISystemSettingsServer to new IPC
2 years ago
Narr the Reg
b765a7e22c
service: hid: Free npad applet resource
2 years ago
Narr the Reg
0201a87e4f
service: hid: Migrate hidbus to new interface
2 years ago
german77
bc3955e125
service: irs: Migrate service to new interface
2 years ago
german77
4e0a08ccae
service: hid: Add multiprocess support to six axis input
2 years ago
german77
e12d580819
service: hid: Ensure aruid data is initialized
2 years ago
Narr the Reg
06bb386941
service: hid: Multiple fixes
2 years ago
Narr the Reg
ac45bf3adb
service: hid: Implement GetPlayerLedPattern accurately
2 years ago
german77
fd1bc5e569
service: hid: Implement home, capture and sleep buttons
2 years ago
german77
979e27ea91
service: hid: Restore active aruid
2 years ago
Narr the Reg
575f4308e0
service: hid: Fully implement touch resource
2 years ago
german77
4796058940
service: set: Implement more Qlaunch Settings
2 years ago
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.
2 years ago
Narr the Reg
cc539cac24
service: hid: Don't try to vibrate if device isn't initialized
2 years ago
Narr the Reg
df295231b8
service: set: Implement more settings functions for Qlaunch
2 years ago
Narr the Reg
9d8c4a7802
core: hid: Skip duplicated vibrations
2 years ago
Narr the Reg
cd792c68c2
core: hid: Only set polling mode if needed
2 years ago
Narr the Reg
0748704ca6
core: hid: Allow to disable vibration
2 years ago
Narr the Reg
4af74a15a8
service: hid: Implement EnableAppletForInput
2 years ago
Narr the Reg
77f3deb03a
service: hid: Clear controller status when aruid is no longer used
2 years ago
Narr the Reg
d79845d97f
core: hid: Disable special features before disconnecting the controllers
2 years ago
Narr the Reg
4acc872fce
service: set: Implement stubbed functions
2 years ago
Narr the Reg
e2313faec9
service: hid: Fully implement abstract vibration
2 years ago
Viktor Szépe
34a9bad960
Fix typos in master
2 years ago
Viktor Szépe
8f8a15827f
Fix more typos
2 years ago
german77
194746c558
service: hid: Create abstracted pad structure
2 years ago
german77
8308261b18
service: hid: Delete shared memory handle when unused
2 years ago
german77
73a46f5fcb
service: hid: Make sure there's an active aruid handle
2 years ago
german77
94693e5e4b
service: hid: Implement GetLastActiveNpad
2 years ago
german77
1f3c770e79
service: hid: Implement AssigningSingleOnSlSrPress
2 years ago
german77
c599f3700b
service: hid: Implement SetNpadSystemExtStateEnabled
2 years ago
german77
243494192f
service: hid: Implement CaptureButtonAssignment
2 years ago
Narr the Reg
9f2fbff484
service: hid: Handle pending delete
2 years ago
Narr the Reg
146975c880
hid_core: Move hid to it's own subproject
2 years ago