mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 06:55:47 +00:00
Add configurable logging backends
This commit is contained in:
parent
d74d2a77cb
commit
7af1a786d5
14 changed files with 408 additions and 22 deletions
|
@ -51,6 +51,9 @@ struct Values {
|
|||
std::vector<Shortcut> shortcuts;
|
||||
|
||||
uint32_t callout_flags;
|
||||
|
||||
// logging
|
||||
bool show_console;
|
||||
};
|
||||
|
||||
extern Values values;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue