Fix improper naming

I'm so sorry
This commit is contained in:
Dylan Smit 2021-11-24 17:04:30 +01:00
commit 9de7ef6d8d
9 changed files with 12 additions and 12 deletions

View file

@ -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();
}