vanilla/pipe/linux/ports.h

12 lines
296 B
C
Raw Normal View History

2024-08-04 19:58:26 -04:00
#ifndef GAMEPAD_PORTS_H
#define GAMEPAD_PORTS_H
#include <stdint.h>
static const uint16_t PORT_MSG = 50110;
static const uint16_t PORT_VID = 50120;
static const uint16_t PORT_AUD = 50121;
static const uint16_t PORT_HID = 50122;
static const uint16_t PORT_CMD = 50123;
#endif // GAMEPAD_PORTS_H