mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
@ -428,8 +428,7 @@ void DolphinAnalytics::MakePerGameBuilder()
|
|||||||
|
|
||||||
// Controller information
|
// Controller information
|
||||||
// We grab enough to tell what percentage of our users are playing with keyboard/mouse, some kind
|
// We grab enough to tell what percentage of our users are playing with keyboard/mouse, some kind
|
||||||
// of gamepad
|
// of gamepad, or the official GameCube adapter.
|
||||||
// or the official GameCube adapter.
|
|
||||||
builder.AddData("gcadapter-detected", GCAdapter::IsDetected(nullptr));
|
builder.AddData("gcadapter-detected", GCAdapter::IsDetected(nullptr));
|
||||||
builder.AddData("has-controller", Pad::GetConfig()->IsControllerControlledByGamepadDevice(0) ||
|
builder.AddData("has-controller", Pad::GetConfig()->IsControllerControlledByGamepadDevice(0) ||
|
||||||
GCAdapter::IsDetected(nullptr));
|
GCAdapter::IsDetected(nullptr));
|
||||||
|
Reference in New Issue
Block a user