NEWSS:SetNotificationHeaderOther: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00120082] |- | 1 | Notification ID |- | 2 | Header buffer size |- | 3 | (HdrSize..."
 
DaniElectra (talk | contribs)
Correct GetNotificationHeaderOther to SetNotificationHeaderOther
 
(2 intermediate revisions by 2 users 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 similar to [[NEWSS:GetNotificationHeader]].
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.