NEWSS:SetNotificationHeaderOther: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
DaniElectra (talk | contribs)
m DaniElectra moved page NEWSS:GetNotificationHeaderOther to NEWSS:SetNotificationHeaderOther: This command isn't a getter, but a setter
DaniElectra (talk | contribs)
Correct GetNotificationHeaderOther to SetNotificationHeaderOther
 
Line 15: Line 15:
|-
|-
| 3
| 3
| (HdrSize<<4)  <nowiki>|</nowiki> 12
| (HdrSize<<4)  <nowiki>|</nowiki> 10
|-
|-
| 4
| 4
Line 35: Line 35:


=Description=
=Description=
This is the same as [[NEWSS:GetNotificationHeader]], except without the <notification header exists> checks, and with different additional header-data processing.
This is the same as [[NEWSS:SetNotificationHeader]], but it only applies the changes in memory, and doesn't save the changes to the savedata.

Latest revision as of 12:42, 20 January 2024

Request

Index Word Description
0 Header code [0x00120082]
1 Notification ID
2 Header buffer size
3 (HdrSize<<4) | 10
4 Header buffer ptr

Response

Index Word Description
0 Header code
1 Resultcode

Description

This is the same as NEWSS:SetNotificationHeader, but it only applies the changes in memory, and doesn't save the changes to the savedata.