From 3d426c34bad5c46e87fbbe720797193a26151395 Mon Sep 17 00:00:00 2001 From: Stephen Miller Date: Tue, 25 Feb 2025 22:35:12 -0600 Subject: [PATCH] Clang --- src/emulator.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/emulator.cpp b/src/emulator.cpp index eb853636b..758720325 100644 --- a/src/emulator.cpp +++ b/src/emulator.cpp @@ -107,8 +107,7 @@ void Emulator::Run(const std::filesystem::path& file, const std::vectorGetHostPath("/app0/sce_sys/param.sfo"); - if (!std::filesystem::exists(param_sfo_path) || - !Config::getSeparateLogFilesEnabled()) { + if (!std::filesystem::exists(param_sfo_path) || !Config::getSeparateLogFilesEnabled()) { Common::Log::Initialize(); Common::Log::Start(); }