mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
Clang
This commit is contained in:
parent
61443bea31
commit
3d426c34ba
@ -107,8 +107,7 @@ void Emulator::Run(const std::filesystem::path& file, const std::vector<std::str
|
|||||||
Common::PSFAttributes psf_attributes{};
|
Common::PSFAttributes psf_attributes{};
|
||||||
|
|
||||||
const auto param_sfo_path = mnt->GetHostPath("/app0/sce_sys/param.sfo");
|
const auto param_sfo_path = mnt->GetHostPath("/app0/sce_sys/param.sfo");
|
||||||
if (!std::filesystem::exists(param_sfo_path) ||
|
if (!std::filesystem::exists(param_sfo_path) || !Config::getSeparateLogFilesEnabled()) {
|
||||||
!Config::getSeparateLogFilesEnabled()) {
|
|
||||||
Common::Log::Initialize();
|
Common::Log::Initialize();
|
||||||
Common::Log::Start();
|
Common::Log::Start();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user