summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.h
diff options
context:
space:
mode:
authorLevi Behunin <l3ehunin@gmail.com>2021-11-02 01:36:27 +0100
committerLevi Behunin <l3ehunin@gmail.com>2021-11-02 01:36:27 +0100
commitd6b5f64484053772c486a0cd4d3be98f02a01391 (patch)
tree3162d5485a1f81ec8cc313e577def14a89e7c040 /src/common/logging/backend.h
parentMerge pull request #7264 from zhaobot/tx-update-20211101021628 (diff)
downloadyuzu-d6b5f64484053772c486a0cd4d3be98f02a01391.tar
yuzu-d6b5f64484053772c486a0cd4d3be98f02a01391.tar.gz
yuzu-d6b5f64484053772c486a0cd4d3be98f02a01391.tar.bz2
yuzu-d6b5f64484053772c486a0cd4d3be98f02a01391.tar.lz
yuzu-d6b5f64484053772c486a0cd4d3be98f02a01391.tar.xz
yuzu-d6b5f64484053772c486a0cd4d3be98f02a01391.tar.zst
yuzu-d6b5f64484053772c486a0cd4d3be98f02a01391.zip
Diffstat (limited to 'src/common/logging/backend.h')
-rw-r--r--src/common/logging/backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h
index cb7839ee9..bf785f402 100644
--- a/src/common/logging/backend.h
+++ b/src/common/logging/backend.h
@@ -14,6 +14,8 @@ class Filter;
/// Initializes the logging system. This should be the first thing called in main.
void Initialize();
+void Start();
+
void DisableLoggingInTests();
/**