Updated unk_x8 in the PdmPlayEvent struct.

This commit is contained in:
yellows8 2019-07-30 18:37:08 -04:00
parent 2257e3ccf4
commit 64783b7cc2
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -85,13 +85,13 @@ typedef struct {
union { union {
struct { struct {
u32 version; ///< Title version. u32 version; ///< Title version.
} application; ///< For AppletId = 0x01. } application; ///< For AppletId == ::AppletId_application.
struct { struct {
u8 flag; ///< Set to 0x1 by pdm:ntfy cmd8, indicating that the below field is set to an input param. u8 flag; ///< Set to 0x1 by pdm:ntfy cmd8, indicating that the below field is set to an input param.
u8 unk_x9; ///< Input value from pdm:ntfy cmd8. u8 mode; ///< Input value from pdm:ntfy cmd8, see \ref LibAppletMode.
u8 pad[2]; ///< Padding. u8 pad[2]; ///< Padding.
} applet; ///< For AppletId != 0x01. } applet; ///< For AppletId != ::AppletId_application.
u32 data; u32 data;
} unk_x8; } unk_x8;