FRDU:SetNotificationMask

From 3dbrew
Jump to navigation Jump to search

Request[edit]

Index Word Description
0
Header 0x00210040 Cmd 0x0021 Param 1 Xlat 0
1 Notification mask (see description)

Response[edit]

Index Word Description
0
Header 0x00210040 Cmd 0x0021 Param 1 Xlat 0
1 Result code

Description[edit]

Sets the notification mask to control which notifications shall be received.

The mask is a u32 bitfield composed of (1 << (n1 - 1)) | (1 << (n2 - 1)) | .... where n1 and n2 are Notification Event Types.