Added a dummy sensor driver

This commit is contained in:
Sam Lantinga
2018-08-21 13:29:21 -07:00
parent 7c3040e08a
commit 3e5dbc694a
21 changed files with 296 additions and 31 deletions

View File

@@ -64,6 +64,9 @@ typedef unsigned long uintptr_t;
/* Enable the stub haptic driver (src/haptic/dummy/\*.c) */
#define SDL_HAPTIC_DISABLED 1
/* Enable the stub sensor driver (src/sensor/dummy/\*.c) */
#define SDL_SENSOR_DISABLED 1
/* Enable the stub shared object loader (src/loadso/dummy/\*.c) */
#define SDL_LOADSO_DISABLED 1