forked from libretro/RetroArch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes to udev input drivers. Add support for canary builds to l…
…akka updater stuff (libretro#15818) * Input: Udev: Fix touch support building against older kernel headers * Input: Udev: Fix Touch Deep Debug compile issues * Input: Joypad: Udev: Joypad: Add Change detection for udev events This is handy with controllers like the Nintendo Joycons that have a daemon app in the background to handle combining them into one controller(Joycond) Since the device was already added, but joycond clamped permissions on evdev retroarch was never updating the controller input change, this fixes that issue. Note: Needs a patch in joycond as well, to send change uevent. This shouldnt cause any issues with other controllers, as the kernel probably will never send change events for these device types. * Lakka: Add canary builds to updater
- Loading branch information
1 parent
a0fe6c9
commit c675d63
Showing
5 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters