mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-02 05:17:52 +00:00
core: Fix clang-format errors.
This commit is contained in:
parent
8d009a7aae
commit
a86a88109a
1 changed files with 10 additions and 9 deletions
|
@ -243,7 +243,8 @@ struct System::Impl {
|
||||||
// Log last frame performance stats if game was loded
|
// Log last frame performance stats if game was loded
|
||||||
if (perf_stats) {
|
if (perf_stats) {
|
||||||
const auto perf_results = GetAndResetPerfStats();
|
const auto perf_results = GetAndResetPerfStats();
|
||||||
telemetry_session->AddField(Telemetry::FieldType::Performance, "Shutdown_EmulationSpeed",
|
telemetry_session->AddField(Telemetry::FieldType::Performance,
|
||||||
|
"Shutdown_EmulationSpeed",
|
||||||
perf_results.emulation_speed * 100.0);
|
perf_results.emulation_speed * 100.0);
|
||||||
telemetry_session->AddField(Telemetry::FieldType::Performance, "Shutdown_Framerate",
|
telemetry_session->AddField(Telemetry::FieldType::Performance, "Shutdown_Framerate",
|
||||||
perf_results.game_fps);
|
perf_results.game_fps);
|
||||||
|
|
Loading…
Reference in a new issue