This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// quick hack job by @mmalex | |
// thanks to libhid author and @johndrinkwater and https://github.com/chrippa/ds4drv | |
#include <stdio.h> | |
#include "hidapi.h" // using http://www.signal11.us/oss/hidapi/ | |
typedef unsigned char u8; | |
typedef unsigned short u16; | |
typedef unsigned int u32; | |
#pragma pack(push, 1) |