Added some additional Nintendo controller types to ESwitchDeviceInfoControllerType

This commit is contained in:
Sam Lantinga 2022-08-03 20:30:58 -07:00
parent ea7fbf7947
commit bdfb32de3c
1 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ typedef enum {
k_eSwitchDeviceInfoControllerType_ProController = 3,
k_eSwitchDeviceInfoControllerType_NESLeft = 9,
k_eSwitchDeviceInfoControllerType_NESRight = 10,
k_eSwitchDeviceInfoControllerType_SNES = 11,
k_eSwitchDeviceInfoControllerType_SEGA_Genesis = 13,
} ESwitchDeviceInfoControllerType;
#define k_unSwitchOutputPacketDataLength 49