Fix incorrect PNV_INPUT_HEADER typedef

This commit is contained in:
Cameron Gutman 2022-11-22 21:30:17 -06:00
parent 0a87fd023d
commit 8169a31ecc

View File

@ -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 {