Difference between revisions of "NEWSS:SetNotificationHeaderOther"

From 3dbrew
Jump to navigation Jump to search
(Correct GetNotificationHeaderOther to SetNotificationHeaderOther)
 
(One intermediate revision by the same user not shown)
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[edit]

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

Response[edit]

Index Word Description
0 Header code
1 Resultcode

Description[edit]

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