MaranBr
bb836ed6c2
[hid_core] Fix a crash related to setting controls while the game is running ( #2747 )
This fixes a crash related to setting controls while the game is running. Fixes BOTW, TOTK, MK8D and possibly others as well.
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2747
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: Lizzie <lizzie@eden-emu.dev>
Co-authored-by: MaranBr <maranbr@outlook.com>
Co-committed-by: MaranBr <maranbr@outlook.com>
2 months ago
lizzie
bf4dce8d0b
[hid_core/frontend] use shared lock for accesses on emulated controller (reduces contention in FBSD) ( #2553 )
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2553
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
3 months ago
lizzie
f19bbda517
[common] remove ranges polyfill ( #2546 )
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2546
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
3 months ago
lizzie
191e4c75a1
[meta] fix license headers ( #2547 )
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2547
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
3 months ago
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>
4 months ago
Maran Br
8f5a65bdb0
Fixes second controller not detected in DKTF and possibly other games
2 years 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
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
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
d79845d97f
core: hid: Disable special features before disconnecting the controllers
2 years ago
Narr the Reg
e2313faec9
service: hid: Fully implement abstract vibration
2 years ago
Viktor Szépe
8f8a15827f
Fix more typos
2 years ago
german77
194746c558
service: hid: Create abstracted pad structure
2 years ago
Narr the Reg
146975c880
hid_core: Move hid to it's own subproject
2 years ago
Narr the Reg
11592509cb
core: hid: Ensure output devices are initialized
2 years ago
Narr the Reg
5f6b4418df
service: hid: Create appropriate hid resources
2 years ago
german77
6788dffa53
core: hid: Split SL and SR buttons
2 years ago
Narr the Reg
01ba4d64aa
core: hid: Signal color updates
2 years ago
german77
f91fbf463f
core: hid: Fix wrong battery values
2 years ago
Kelebek1
f9f340064f
Reduce core timing mutex contention
2 years ago
german77
a4c3c3bc2e
service: nfc: Ensure controller is in the correct mode
3 years ago
german77
9e204b0308
core: hid: Allow to read bin files while switch controller is available
3 years ago
german77
4c2f8ac0eb
input_common: Dont try to read/write data from 3rd party controllers
3 years ago
Narr the Reg
b24451c571
input_common: Implement native mifare support
3 years ago
Narr the Reg
c4925fc96a
core: hid: Finish linking motion from virtual controllers
3 years ago
Narr the Reg
60ba48c5e2
input_common: Implement amiibo writting
3 years ago
Narr the Reg
63ab5ee887
core: hid: Allow to calibrate gyro sensor
3 years ago
german77
62acd50c0b
core: hid: Update motion on a better place
3 years ago
Narr the Reg
94c16132ba
yuzu: Add motion preview to controller input
3 years ago
german77
dbef75ecdd
core: hid: Fix state of capture and home buttons
3 years ago
german77
18bb76b6a0
core: hid: Remove deadzone of virtual controller
3 years ago
Narr the Reg
2e388209d7
Revert "yuzu: config: Remove player 8 and 9 from config file"
3 years ago
Narr the Reg
f6531fb17c
yuzu: config: Remove player 8 and 9 from config file
3 years ago
Narr the Reg
86a9ed6ef1
core: hid: Restore motion state on refresh and clamp motion values
3 years ago
Narr the Reg
420560f4d3
core: hid: Use gyro thresholds modes set by the game
3 years ago
german77
db99ab5431
input_common: Implement turbo buttons
3 years ago
Narr the Reg
a8579f0b26
Revert 9617 and fix it on input_common
3 years ago
Narr the Reg
9f9cf5732b
core: hid: Make use of SCOPE_EXIT and SCOPE_GUARD where applicable
3 years ago
Narr the Reg
000a5852ee
core: hid: Only set the polling mode to the correct side
3 years ago
Narr the Reg
91f98f57b3
input_common: Implement joycon ir camera
3 years ago
german77
22eb8ce395
yuzu: Add ring controller test button
3 years ago
german77
5cbeb6f1c4
input_common: Use DriverResult on all engines
3 years ago
Narr the Reg
8dbef30cb7
core: hid: Fix input regressions
3 years ago