Skip to content

Commit

Permalink
Merge pull request #7150 from lioncash/naming
Browse files Browse the repository at this point in the history
BTEmu: Amend variable naming
  • Loading branch information
leoetlino committed Jun 22, 2018
2 parents d07e599 + 25e3ec2 commit 1da868e
Show file tree
Hide file tree
Showing 8 changed files with 465 additions and 466 deletions.
2 changes: 1 addition & 1 deletion Source/Core/Core/HW/Wiimote.cpp
Expand Up @@ -104,7 +104,7 @@ void Connect(unsigned int index, bool connect)
ios->GetDeviceByName("/dev/usb/oh1/57e/305"));

if (bluetooth)
bluetooth->AccessWiiMoteByIndex(index)->Activate(connect);
bluetooth->AccessWiimoteByIndex(index)->Activate(connect);

const char* message = connect ? "Wii Remote %u connected" : "Wii Remote %u disconnected";
Core::DisplayMessage(StringFromFormat(message, index + 1), 3000);
Expand Down

0 comments on commit 1da868e

Please sign in to comment.