mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Compile in hid_joypad.c only when HAVE_HID is defined
This commit is contained in:
parent
b1fe3506d7
commit
175ec67112
@ -440,9 +440,8 @@ INPUT
|
||||
/*============================================================
|
||||
INPUT (HID)
|
||||
============================================================ */
|
||||
#include "../input/drivers_joypad/hid_joypad.c"
|
||||
|
||||
#ifdef HAVE_HID
|
||||
#include "../input/drivers_joypad/hid_joypad.c"
|
||||
#include "../input/drivers_hid/null_hid.c"
|
||||
|
||||
#if defined(HAVE_LIBUSB) && defined(HAVE_THREADS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user