mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
clang-format fix
This commit is contained in:
parent
c38e1635ea
commit
42dd79a32d
1 changed files with 1 additions and 2 deletions
|
@ -117,8 +117,7 @@ void Emulator::Run(const std::filesystem::path& file, const std::vector<std::str
|
|||
|
||||
if (Config::getSeparateLogFilesEnabled()) {
|
||||
Common::Log::Initialize(id + ".log");
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
Common::Log::Initialize();
|
||||
}
|
||||
Common::Log::Start();
|
||||
|
|
Loading…
Add table
Reference in a new issue