mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 10:12:25 -07:00
Add configurable per-class log filtering
This commit is contained in:
@@ -64,7 +64,7 @@ void Config::ReadValues() {
|
||||
Settings::values.use_virtual_sd = glfw_config->GetBoolean("Data Storage", "use_virtual_sd", true);
|
||||
|
||||
// Miscellaneous
|
||||
Settings::values.enable_log = glfw_config->GetBoolean("Miscellaneous", "enable_log", true);
|
||||
Settings::values.log_filter = glfw_config->Get("Miscellaneous", "log_filter", "*:Info");
|
||||
}
|
||||
|
||||
void Config::Reload() {
|
||||
|
Reference in New Issue
Block a user