Added k_eSwitchDeviceInfoControllerType_N64 to ESwitchDeviceInfoControllerType

This commit is contained in:
Sam Lantinga 2022-08-03 20:38:33 -07:00
parent bdfb32de3c
commit b6aadb16b9

View File

@ -111,6 +111,7 @@ typedef enum {
k_eSwitchDeviceInfoControllerType_NESLeft = 9,
k_eSwitchDeviceInfoControllerType_NESRight = 10,
k_eSwitchDeviceInfoControllerType_SNES = 11,
k_eSwitchDeviceInfoControllerType_N64 = 12,
k_eSwitchDeviceInfoControllerType_SEGA_Genesis = 13,
} ESwitchDeviceInfoControllerType;