mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-06 05:59:57 +00:00
Merge pull request #13163 from german77/ring
core: hid: hid_core doesn't have access to LIBUSB
This commit is contained in:
commit
15831b19a3
1 changed files with 2 additions and 3 deletions
|
@ -176,10 +176,9 @@ void EmulatedController::LoadDevices() {
|
||||||
if (npad_id_type == NpadIdType::Player1 || npad_id_type == NpadIdType::Handheld) {
|
if (npad_id_type == NpadIdType::Player1 || npad_id_type == NpadIdType::Handheld) {
|
||||||
camera_params[1] = Common::ParamPackage{"engine:camera,camera:1"};
|
camera_params[1] = Common::ParamPackage{"engine:camera,camera:1"};
|
||||||
nfc_params[0] = Common::ParamPackage{"engine:virtual_amiibo,nfc: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"};
|
ring_params[1] = Common::ParamPackage{"engine:joycon,axis_x:100,axis_y:101"};
|
||||||
#endif
|
#else
|
||||||
#ifdef ANDROID
|
|
||||||
android_params = Common::ParamPackage{"engine:android,port:100"};
|
android_params = Common::ParamPackage{"engine:android,port:100"};
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue