Open
Conversation
Function parameter "status" added to have access to "device" property and use it to change the read command.
Added Gamecube Wheel device ID and parameter "status" to read function.
Gamecube as an object with support for Steering Wheel with force enabled
Gamecube object rewritten, added support for Steering Wheel and force support. Code is extensible allowing other devices to be implemented.
This example shows how to use the Gamecube object with the rewritten gamecube libraries
Owner
|
Could you please retry with the current dev2 branch? I've rearranged a lot and it should be now easier for you to read the controller. |
Owner
|
Version 1.2 is ready. Feel free to adapt the changes here: #9 |
Owner
|
I want to note, that I've implemented wheel support on this branch, but it is just a blind guess: |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changes for adding support for Gamecube Steering Wheel. Force-feedback not implemented yet (it works by manipulating the second and third commands from the read function, see here: https://forums.dolphin-emu.org/Thread-anybody-own-a-logitech-speed-force-racing-wheel-for-gamecube?pid=232321#pid232321 for details).
There would be a better way for accessing device ID from read function without adding extra "status" parameter, but it works.