Merge branch 'main' into fix/windows-condvar-stale-wake-guard

This commit is contained in:
Valdis Bogdāns 2026-03-13 12:47:57 +02:00 committed by GitHub
commit 120ace5d5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,6 +113,7 @@ bool PSF::Encode(const std::filesystem::path& filepath) const {
LOG_ERROR(Core, "Failed to write PSF file. Written {} Expected {}", written,
psf_buffer.size());
}
file.Close();
return written == psf_buffer.size();
}