20.1.1: Difference between revisions
→System Titles: erpt Tag: Reverted |
|||
Line 32: | Line 32: | ||
* Unknown Interface cur-version: 0x7100266E70 [ID = 0x36f3a242] | * Unknown Interface cur-version: 0x7100266E70 [ID = 0x36f3a242] | ||
=== [[ | === [[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. | |||
==See Also== | ==See Also== |