even more settings

This commit is contained in:
georgemoralis
2025-11-28 20:04:20 +02:00
parent 039b145159
commit abc456b62f
10 changed files with 29 additions and 79 deletions

View File

@@ -184,7 +184,8 @@ public:
void PushEntry(Class log_class, Level log_level, const char* filename, unsigned int line_num,
const char* function, const char* format, const fmt::format_args& args) {
if (!filter.CheckMessage(log_class, log_level) || !Config::getLoggingEnabled()) {
if (!filter.CheckMessage(log_class, log_level) ||
!EmulatorSettings::GetInstance()->IsLogEnabled()) {
return;
}