소스 검색

Added k_eSwitchDeviceInfoControllerType_N64 to ESwitchDeviceInfoControllerType

Sam Lantinga 3 년 전
부모
커밋
b6aadb16b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/joystick/hidapi/SDL_hidapi_switch.c

+ 1 - 0
src/joystick/hidapi/SDL_hidapi_switch.c

@@ -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;