Skip to content
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

[RFC] USB: emulate Tony Hawk Ride/Shred skateboard controller #11618

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Mar 2, 2023

aka "Wireless Board Controller for Wii"

TODO:

  • hook it up to the UI
  • figure out multiplayer
  • testing

@Tilka Tilka marked this pull request as draft March 2, 2023 05:05
@Tilka Tilka requested a review from jordan-woyak March 2, 2023 05:14

int SkateboardUSB::SubmitTransfer(std::unique_ptr<IsoMessage> message)
{
ERROR_LOG_FMT(IOS_USB, "Skateboard: unexpected IsoMessage");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if it makes sense to have default implementations of SubmitTransfer that do basically what you're doing here (log an error message and return success) - seems like most emulated devices won't need isochronous transfers for instance.

Source/Core/Core/IOS/USB/Emulated/Skateboard.h Outdated Show resolved Hide resolved
aka "Wireless Board Controller for Wii"

TODO:
- hook it up to the UI
- figure out multiplayer
- testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants