소스 검색

Doh.. __IPHONEOS__ is defined on tvOS

Sam Lantinga 7 년 전
부모
커밋
7f4860e2be
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      include/SDL_config_iphoneos.h

+ 3 - 3
include/SDL_config_iphoneos.h

@@ -139,11 +139,11 @@
 #define SDL_JOYSTICK_MFI 1
 #define SDL_JOYSTICK_MFI 1
 #define SDL_JOYSTICK_HIDAPI 1
 #define SDL_JOYSTICK_HIDAPI 1
 
 
-#ifdef __IPHONEOS__
+#ifdef __TVOS__
+#define SDL_SENSOR_DUMMY    1
+#else
 /* Enable the CoreMotion sensor driver */
 /* Enable the CoreMotion sensor driver */
 #define SDL_SENSOR_COREMOTION   1
 #define SDL_SENSOR_COREMOTION   1
-#else
-#define SDL_SENSOR_DUMMY    1
 #endif
 #endif
 
 
 /* Enable Unix style SO loading */
 /* Enable Unix style SO loading */