This commit is contained in:
Stephen Miller 2025-02-25 22:35:12 -06:00
parent 61443bea31
commit 3d426c34ba

View File

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