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

@ -424,7 +424,7 @@ void DolphinAnalytics::MakePerGameBuilder()
// Controller information
// We grab enough to tell what percentage of our users are playing with keyboard/mouse, some kind
// of gamepad
// or the official gamecube adapter.
// or the official GameCube adapter.
builder.AddData("gcadapter-detected", GCAdapter::IsDetected(nullptr));
builder.AddData("has-controller", Pad::GetConfig()->IsControllerControlledByGamepadDevice(0) ||
GCAdapter::IsDetected(nullptr));