mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Fix improper naming
I'm so sorry
This commit is contained in:
parent
aa5cb35c86
commit
9de7ef6d8d
9 changed files with 12 additions and 12 deletions
|
@ -560,7 +560,7 @@ bool BeginRecordingInput(const ControllerTypeArray& controllers,
|
|||
// Wiimotes cause desync issues if they're not reset before launching the game
|
||||
if (!Core::IsRunningAndStarted())
|
||||
{
|
||||
// This will also reset the wiimotes for gamecube games, but that shouldn't do anything
|
||||
// This will also reset the Wiimotes for GameCube games, but that shouldn't do anything
|
||||
Wiimote::ResetAllWiimotes();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue