mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 16:21:48 -05:00
12 lines
No EOL
296 B
C
12 lines
No EOL
296 B
C
#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
|