-
-
Notifications
You must be signed in to change notification settings - Fork 104
Add WD implementation. #247
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
base: master
Are you sure you want to change the base?
Conversation
DacoTaco
left a comment
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.
this is just a quick look over the code. please check the comments.
also, can you provide an example on how to use the code? a small console app is ok and can be integrated in the wii-examples repo later
Sure. |
… instead of WD_GetWork() in WD_Deinit().
GetLength, GetIE (Get the data), GetNumberOfIEs.
|
@DacoTaco Would you mind reviewing the latest commit? |
This PR brings to libogc the ability to talk with the Wireless Driver (WD) and perform some basic operations, such as :
More operations will hopefully come soon.