mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 02:24:38 +00:00
clang-format fix
This commit is contained in:
parent
c38e1635ea
commit
42dd79a32d
@ -117,8 +117,7 @@ void Emulator::Run(const std::filesystem::path& file, const std::vector<std::str
|
|||||||
|
|
||||||
if (Config::getSeparateLogFilesEnabled()) {
|
if (Config::getSeparateLogFilesEnabled()) {
|
||||||
Common::Log::Initialize(id + ".log");
|
Common::Log::Initialize(id + ".log");
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
Common::Log::Initialize();
|
Common::Log::Initialize();
|
||||||
}
|
}
|
||||||
Common::Log::Start();
|
Common::Log::Start();
|
||||||
|
Loading…
Reference in New Issue
Block a user