20.1.5: Difference between revisions

Created page with "The Switch 20.1.5 system update was released on June 19, 2025 (UTC). This Switch update was released for the following regions: ALL. Security flaws fixed: <fill this in manually later, see the updatedetails page from the ninupdates-report page(s) once available for now>. ==Change-log== [https://en-americas-support.nintendo.com/app/answers/detail/a_id/22525/kw/nintendo%20switch%20system%20update Official] ALL change-log: * General system stability improvements to enha..."
 
Line 17: Line 17:
RomFs changes:
RomFs changes:
* [[System_Version_Title|SystemVersion]]: All files updated.
* [[System_Version_Title|SystemVersion]]: All files updated.
=== [[Error_Report_services|erpt]] ===
Only a single instruction was changed (besides GNU build-id). Previously, when validating the CreateReportContext in Reporter::CreateReport, Nintendo checks that FieldId_ErrorCode is present, and that the field corresponding to FieldId_ErrorCode has type == FieldType_String (ResultFieldTypeMismatch if not) and that it has size <= 0xE (ResultArrayFieldTooLarge if not).
It now checks that the error code string is size <= 0xF instead of <= 0xE.


=== IPC Interface Changes ===
=== IPC Interface Changes ===