Created 16.0.3 (markdown)

Zoria
2025-05-31 21:55:41 +02:00
parent afc0dac7f0
commit 3a6071457a

17
16.0.3.md Normal file

@ -0,0 +1,17 @@
# System Titles
Only [SystemVersion](https://switchbrew.org/wiki/System_Version_Title) and BootImagePackages were updated.
[NPDM](https://switchbrew.org/wiki/NPDM) changes (besides usual version-bump): none.
RomFs changes:
[SystemVersion](https://switchbrew.org/wiki/System_Version_Title): All files updated.
# BootImagePackages
Only package2 was updated. The kernel was not updated. All KIPs other than FS were only re-built (only difference is GNU build hash).
FS
Mutex lock and unlock were added to some SaveData functions which were previously missing them.
In particular, this is nn::fs::save::SaveDataFileSystemCore::HasOpenedFiles and nn::fs::save::SaveDataFileSystemCore::HasOpenedEntries.