Compile fixes
This commit is contained in:
@@ -685,7 +685,11 @@ public:
|
||||
double mDownY;
|
||||
|
||||
const char *getJoystickName(int id) {
|
||||
#if !defined(BLACKBERRY) && !defined(EMSCRIPTEN)
|
||||
return SDL_JoystickNameForIndex(id);
|
||||
#else
|
||||
return "";
|
||||
#endif
|
||||
}
|
||||
|
||||
Surface *GetPrimarySurface()
|
||||
|
||||
Reference in New Issue
Block a user