From f433da6083813b01f297c6aca03da0cca16ef7e0 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sat, 31 Dec 2022 19:45:42 -0800 Subject: [PATCH] DolphinAnalytics: Fix comment wrapping This was broken in 3570c7f03a2. --- Source/Core/Core/DolphinAnalytics.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/Core/DolphinAnalytics.cpp b/Source/Core/Core/DolphinAnalytics.cpp index 5c4c420168..370e719820 100644 --- a/Source/Core/Core/DolphinAnalytics.cpp +++ b/Source/Core/Core/DolphinAnalytics.cpp @@ -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));