Fix incorrect PNV_INPUT_HEADER typedef
This commit is contained in:
parent
0a87fd023d
commit
8169a31ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
typedef struct _NV_INPUT_HEADER {
|
||||
uint32_t size; // Size of packet (excluding this field) - Big Endian
|
||||
uint32_t magic; // Packet type - Little Endian
|
||||
} NV_INPUT_HEADER, PNV_INPUT_HEADER;
|
||||
} NV_INPUT_HEADER, *PNV_INPUT_HEADER;
|
||||
|
||||
#define ENABLE_HAPTICS_MAGIC 0x0000000D
|
||||
typedef struct _NV_HAPTICS_PACKET {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue