mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +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
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue