mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-04-03 15:29:48 +00:00
joystick devices only supported under VIDEO_OPENGL
This commit is contained in:
parent
e51a57b376
commit
bc643bfbdb
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user