m_bt_wiimote_motor rename and tooltip addition

This commit is contained in:
Ryan Meredith
2017-08-11 15:15:51 -04:00
parent 0a8e1bd864
commit 7154c0f0ff
3 changed files with 8 additions and 7 deletions

View File

@ -304,7 +304,7 @@ void BluetoothReal::DoState(PointerWrap& p)
{
// On load, discard any pending transfer to make sure the emulated software is not stuck
// waiting for the previous request to complete. This is usually not an issue as long as
// the Bluetooth state is the same (same Wii remote connections).
// the Bluetooth state is the same (same Wii Remote connections).
for (const auto& address_to_discard : addresses_to_discard)
m_ios.EnqueueIPCReply(Request{address_to_discard}, 0);