mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-07-01 23:35:58 +00:00
Fix incorrect PNV_INPUT_HEADER typedef
This commit is contained in:
parent
0a87fd023d
commit
8169a31ecc
@ -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…
x
Reference in New Issue
Block a user