mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix recording netplay with wiimote.
This commit is contained in:
@ -491,6 +491,8 @@ bool NetPlayClient::StartGame(const std::string &path)
|
||||
{
|
||||
if (m_pad_map[i] > 0)
|
||||
controllers_mask |= (1 << i);
|
||||
if (m_wiimote_map[i] > 0)
|
||||
controllers_mask |= (1 << i + 4);
|
||||
}
|
||||
Movie::BeginRecordingInput(controllers_mask);
|
||||
}
|
||||
|
Reference in New Issue
Block a user