-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
udev and SDL Sensor and Touchpad #16188
Open
oshaboy
wants to merge
59
commits into
libretro:master
Choose a base branch
from
oshaboy:linux_sensor
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,267
−319
Open
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
5428652
Added udev sensor support
oshaboy 606742b
Fixed segfault and added hotplug support.
oshaboy 7775239
Preliminary SDL Gyro Support
oshaboy ebe99ab
buncha stuff
oshaboy 75b9de3
Comments and UDEV_TOUCH_SUPPORT flag.
oshaboy 5fcea9b
Remove C++ style comments
oshaboy 0277283
Update sdl_input.c
oshaboy 5113a52
Removed silly printf hack and used proper facilities.
oshaboy 7dc3bdb
Menu Stuff
oshaboy 7d3fcc1
Merge branch 'libretro:master' into linux_sensor
oshaboy 6fdfa1c
Merge branch 'linux_sensor' of https://github.com/oshaboy/RetroArch i…
oshaboy 91613a4
I forgot a few files.
oshaboy ac21e7d
Moved sensitivity adjustment to some other function
oshaboy 17a87f1
Various
oshaboy 809d53f
Segfault fix and macro renaming
oshaboy 1a30370
Now SDL Sensor gives names.
oshaboy 6c7f783
Update sdl_input.c
oshaboy adcb02d
Update sdl_input.c
oshaboy cafaeff
Update sdl_input.c
oshaboy 2ab1ef5
Mostly menu stuff for sensors
oshaboy c218c60
Merge branch 'master' into linux_sensor
oshaboy 9d9e388
Messed up the merge
oshaboy cbb2b64
typo
oshaboy 6a91a2c
Update configuration.c
oshaboy aef3009
Gave up on menu settings
oshaboy 19f47d2
Merge branch 'master' into linux_sensor
oshaboy a4c6880
I commented out the wrong thing
oshaboy a0887a1
Merge branch 'linux_sensor' of https://github.com/oshaboy/RetroArch i…
oshaboy db24c1e
Made sensor remapping work for all drivers.
oshaboy 0da83e8
C89 is bleh.
oshaboy 9e959cb
Typo
oshaboy a1ebece
Merge branch 'master' into linux_sensor
oshaboy 0a926bf
Messed Up the merge conflict
oshaboy 034a8aa
Update net_retropad_core.c
oshaboy 31bf40d
Merge branch 'master' into linux_sensor
oshaboy a34c408
I accidentally the semicolon
oshaboy eac2e22
Merge branch 'master' into linux_sensor
oshaboy 585522d
More Merge Conflicts
oshaboy 191f9a1
Update sdl_input.c
oshaboy 09a6afa
I think it's working now but there's a bug in the light sensor code t…
oshaboy 835974e
Whoops made a mistake.
oshaboy e1942e4
Merge branch 'libretro:master' into linux_sensor
oshaboy ed0e7f4
Code Review
oshaboy fc6ad33
I should probably add these comments back despite the fact that they'…
oshaboy c553cd1
C89 Comments
oshaboy ec6dc65
Moved the enums to where the define originally was
oshaboy ed36cb5
Uncommented Sensor Menu Code
oshaboy 8b57051
I don't know why past me messed with code that wasn't related.
oshaboy e33b667
test labels
oshaboy 5563b32
More menu stuff
oshaboy 1c9951d
I got the menu kinda sorta working
oshaboy 9730936
Finally got the menu remap working.
oshaboy 6f72620
autoconfig
oshaboy 23d7b75
removed debug stuff
oshaboy a65e2fc
I'm giving up on the wiimote
oshaboy 7382561
I did not mean to remove that line
oshaboy 20e3839
Forgot to add this check to the config file.
oshaboy 08e8341
Update configuration.c
oshaboy 0cac7a4
Minor changes
oshaboy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did I get wrong when I wrote this documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That the axes aren't really mapped to any specific direction, they are kinda arbitrary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the axis remapping is implemented this might be true.