[common/logging] Simplify logging logic and fix issues when logging before system is created

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-03-07 02:36:17 +00:00 committed by crueter
parent 2896fa3835
commit 391cca1404
283 changed files with 1402 additions and 1457 deletions

View file

@ -1,7 +1,10 @@
// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#include "common/logging/log.h"
#include "common/logging.h"
#include "core/frontend/applets/cabinet.h"
#include <thread>