mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 15:17:52 -05:00
Add configurable logging backends
This commit is contained in:
@ -51,6 +51,9 @@ struct Values {
|
||||
std::vector<Shortcut> shortcuts;
|
||||
|
||||
uint32_t callout_flags;
|
||||
|
||||
// logging
|
||||
bool show_console;
|
||||
};
|
||||
|
||||
extern Values values;
|
||||
|
Reference in New Issue
Block a user