mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 16:37:58 -05:00
Add configurable per-class log filtering
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Settings {
|
||||
|
||||
struct Values {
|
||||
@ -33,7 +35,7 @@ struct Values {
|
||||
// Data Storage
|
||||
bool use_virtual_sd;
|
||||
|
||||
bool enable_log;
|
||||
std::string log_filter;
|
||||
} extern values;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user