From 6b8533d012e45e44a8422523e9e7934cb4f1781c Mon Sep 17 00:00:00 2001 From: Dentomologist Date: Mon, 25 Jan 2021 12:11:56 -0800 Subject: [PATCH] DolphinAnalytics: Reformat comments --- Source/Core/Core/DolphinAnalytics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/DolphinAnalytics.h b/Source/Core/Core/DolphinAnalytics.h index 8fc23161a8..b7d0439406 100644 --- a/Source/Core/Core/DolphinAnalytics.h +++ b/Source/Core/Core/DolphinAnalytics.h @@ -181,7 +181,7 @@ private: // Performance sampling state & internal helpers. void InitializePerformanceSampling(); // Called on game start / title switch. bool ShouldStartPerformanceSampling(); - u64 m_sampling_next_start_us; // Next timestamp (in us) at which to trigger sampling. + u64 m_sampling_next_start_us; // Next timestamp (in us) at which to trigger sampling. bool m_sampling_performance_info = false; // Whether we are currently collecting samples. std::vector m_performance_samples;