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(); }