implement new backend method for Haptics in dummy driver

This commit is contained in:
Edward Rudd 2014-02-04 16:50:34 -05:00
parent 5fb0be3079
commit 4da8829812

View File

@ -39,6 +39,11 @@ SDL_SYS_HapticInit(void)
return 0; return 0;
} }
int
SDL_SYS_NumHaptics(void)
{
return 0;
}
const char * const char *
SDL_SYS_HapticName(int index) SDL_SYS_HapticName(int index)