DolphinAnalytics: Fix comment wrapping

This was broken in 3570c7f03a.
This commit is contained in:
Pokechu22 2022-12-31 19:45:42 -08:00
parent d949aa60bb
commit f433da6083
1 changed files with 1 additions and 2 deletions

View File

@ -428,8 +428,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.
// of gamepad, or the official GameCube adapter.
builder.AddData("gcadapter-detected", GCAdapter::IsDetected(nullptr));
builder.AddData("has-controller", Pad::GetConfig()->IsControllerControlledByGamepadDevice(0) ||
GCAdapter::IsDetected(nullptr));