common: logging: Restructure backend code

This commit is contained in:
Morph
2023-06-24 02:27:24 +03:00
committed by GPUCode
parent b559c078bc
commit b57773b1cf
9 changed files with 310 additions and 285 deletions

View File

@ -9,7 +9,7 @@
#include "citra_qt/debugger/console.h"
#include "citra_qt/uisettings.h"
#include "common/file_util.h"
#include "common/logging/log.h"
#include "common/logging/backend.h"
#include "common/settings.h"
#include "core/core.h"
#include "ui_configure_debug.h"