mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-12 14:48:52 +00:00
Toggle to enable/disable logging (#3493)
* Update config.cpp * Update config.h * Update backend.cpp * Update settings_dialog.cpp * Update settings_dialog.ui * fix clang settings_dialog.cpp * fix description in settings_dialog.cpp * added back the backslash settings_dialog.cpp * move enable logging and separate log files to logger settings_dialog.ui
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
if (!filter.CheckMessage(log_class, log_level)) {
|
||||
if (!filter.CheckMessage(log_class, log_level) || !Config::getLoggingEnabled()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user