mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 09:26:25 +00:00
Added some additional Nintendo controller types to ESwitchDeviceInfoControllerType
This commit is contained in:
@@ -110,6 +110,8 @@ typedef enum {
|
|||||||
k_eSwitchDeviceInfoControllerType_ProController = 3,
|
k_eSwitchDeviceInfoControllerType_ProController = 3,
|
||||||
k_eSwitchDeviceInfoControllerType_NESLeft = 9,
|
k_eSwitchDeviceInfoControllerType_NESLeft = 9,
|
||||||
k_eSwitchDeviceInfoControllerType_NESRight = 10,
|
k_eSwitchDeviceInfoControllerType_NESRight = 10,
|
||||||
|
k_eSwitchDeviceInfoControllerType_SNES = 11,
|
||||||
|
k_eSwitchDeviceInfoControllerType_SEGA_Genesis = 13,
|
||||||
} ESwitchDeviceInfoControllerType;
|
} ESwitchDeviceInfoControllerType;
|
||||||
|
|
||||||
#define k_unSwitchOutputPacketDataLength 49
|
#define k_unSwitchOutputPacketDataLength 49
|
||||||
|
Reference in New Issue
Block a user