summaryrefslogtreecommitdiffstats
path: root/src/core/core.cpp
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-22 18:28:21 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-22 18:34:55 +0200
commit6212df3beb38d0484b6ceedad18be99f107f7d96 (patch)
treefea1951fc95ba679834f2d690b19cc7b3de2e574 /src/core/core.cpp
parentlm: Rename Initialize to Log and implement with manager/reporter (diff)
downloadyuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar
yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar.gz
yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar.bz2
yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar.lz
yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar.xz
yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar.zst
yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.zip
Diffstat (limited to '')
-rw-r--r--src/core/core.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp
index eb2c2e204..bf62085a8 100644
--- a/src/core/core.cpp
+++ b/src/core/core.cpp
@@ -250,6 +250,8 @@ struct System::Impl {
telemetry_session->AddField(Telemetry::FieldType::Performance, "Mean_Frametime_MS",
perf_stats->GetMeanFrametime());
+ lm_manager.Flush();
+
is_powered_on = false;
exit_lock = false;