core: hid: hid_core doesn't have access to LIBUSB
This commit is contained in:
parent
a93d249ac1
commit
e62cea20d1
|
@ -175,10 +175,9 @@ void EmulatedController::LoadDevices() {
|
|||
if (npad_id_type == NpadIdType::Player1 || npad_id_type == NpadIdType::Handheld) {
|
||||
camera_params[1] = Common::ParamPackage{"engine:camera,camera:1"};
|
||||
nfc_params[0] = Common::ParamPackage{"engine:virtual_amiibo,nfc:1"};
|
||||
#ifdef HAVE_LIBUSB
|
||||
#ifndef ANDROID
|
||||
ring_params[1] = Common::ParamPackage{"engine:joycon,axis_x:100,axis_y:101"};
|
||||
#endif
|
||||
#ifdef ANDROID
|
||||
#else
|
||||
android_params = Common::ParamPackage{"engine:android,port:100"};
|
||||
#endif
|
||||
}
|
||||
|
|
Reference in New Issue