mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
Updated unk_x8 in the PdmPlayEvent struct.
This commit is contained in:
parent
2257e3ccf4
commit
64783b7cc2
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user