Mercurial > sdl-ios-xcode
comparison src/haptic/dummy/SDL_syshaptic.c @ 2719:eed1bde05821
Merged force_feedback_branch r4042: unbuildability of dummy haptic driver with some configurations.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 25 Aug 2008 20:51:03 +0000 |
parents | 0906692aa6a4 |
children |
comparison
equal
deleted
inserted
replaced
2718:abacf2555bb4 | 2719:eed1bde05821 |
---|---|
28 | 28 |
29 | 29 |
30 static int | 30 static int |
31 SDL_SYS_LogicError(void) | 31 SDL_SYS_LogicError(void) |
32 { | 32 { |
33 SDL_SetError("Logic error: No haptic devices available.");; | 33 SDL_SetError("Logic error: No haptic devices available."); |
34 return 0; | |
34 } | 35 } |
35 | 36 |
36 | 37 |
37 int | 38 int |
38 SDL_SYS_HapticInit(void) | 39 SDL_SYS_HapticInit(void) |