mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 13:37:51 -05:00
Add configurable logging backends
This commit is contained in:
14
src/yuzu/debugger/console.h
Normal file
14
src/yuzu/debugger/console.h
Normal file
@ -0,0 +1,14 @@
|
||||
// Copyright 2018 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#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
|
Reference in New Issue
Block a user