mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +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{};
|
||||
|
||||
const auto param_sfo_path = mnt->GetHostPath("/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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user