From 9427e27e24a7135880ee2881c3c44988e174b41a Mon Sep 17 00:00:00 2001 From: Zephyron Date: Tue, 31 Dec 2024 16:19:25 +1000 Subject: chore: update project branding to citron --- src/citron/debugger/console.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/citron/debugger/console.h (limited to 'src/citron/debugger/console.h') diff --git a/src/citron/debugger/console.h b/src/citron/debugger/console.h new file mode 100644 index 000000000..2491d1ec1 --- /dev/null +++ b/src/citron/debugger/console.h @@ -0,0 +1,13 @@ +// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +namespace Debugger { + +/** + * Uses the WINAPI to hide or show the stderr console. This function is a placeholder until we can + * get a real qt logging window which would work for all platforms. + */ +void ToggleConsole(); +} // namespace Debugger -- cgit v1.2.3