mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +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)
|
INPUT (HID)
|
||||||
============================================================ */
|
============================================================ */
|
||||||
#include "../input/drivers_joypad/hid_joypad.c"
|
|
||||||
|
|
||||||
#ifdef HAVE_HID
|
#ifdef HAVE_HID
|
||||||
|
#include "../input/drivers_joypad/hid_joypad.c"
|
||||||
#include "../input/drivers_hid/null_hid.c"
|
#include "../input/drivers_hid/null_hid.c"
|
||||||
|
|
||||||
#if defined(HAVE_LIBUSB) && defined(HAVE_THREADS)
|
#if defined(HAVE_LIBUSB) && defined(HAVE_THREADS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user