Open
Conversation
Show the keybindings on the command line
Hi! I was having real trouble getting my console's Bluetooth address, so I ended up writing a [simple Homebrew app](https://github.com/ThatsJustCheesy/identify-mii) that just digs up the address and displays it on the TV screen. I wouldn't want anyone else to jump through more hoops than necessary, so it would be nice if the README could link to it.
Suggest reliable method to get console address
make it work when not connected and close gracefully instead of exit()
this is needed when e.g. starting or stopping software on the Wii Wii just abandons controllers and they are expected to reconnect
the Wii doesn't care about this but others might just setting it for emulation correctness
now changing extensions works properly still this needs a pretty big overhaul
delete the 0x10000 record if one exists to prevent the emulator from not working on the first launch due to incorrect sdp response to the Wii this is still pretty hacky and it doesn't preserve all of the original sdp records after exiting
if the adapter bdaddr already has a Nintendo OUI, then don't do anything also, warn if the bdaddr can't be set and it is not the right OUI
Generalize input source interface and add socket-based input
…ument Allow specifying 'pair' on command line
…eful_disconnect as referenced in issue rnconrad#22
Update wmemu.c
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.
Idk how this happens but disconnect(); seems to not be able to get args. and since graceful_disconnect(&host_bdaddr); doesn't exists this tries to fix it :D
This pr also includes the changes from #27 and some fixes from other repos