joystick devices only supported under VIDEO_OPENGL

This commit is contained in:
Aaron Culliney 2014-11-25 21:59:05 -08:00
parent e51a57b376
commit bc643bfbdb

View File

@ -246,7 +246,7 @@ void c_calibrate_joystick()
extern void gldriver_joystick_reset(void);
void c_joystick_reset()
{
#if !defined(TESTING)
#if VIDEO_OPENGL && !defined(TESTING)
if (!is_headless) {
gldriver_joystick_reset();
}