mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 05:42:52 +00:00
core: hid: Add handheld to nfc devices
This commit is contained in:
parent
3e0aaeba98
commit
2ccbf5abdd
|
@ -1048,6 +1048,7 @@ bool EmulatedController::HasNfc() const {
|
||||||
case NpadStyleIndex::JoyconRight:
|
case NpadStyleIndex::JoyconRight:
|
||||||
case NpadStyleIndex::JoyconDual:
|
case NpadStyleIndex::JoyconDual:
|
||||||
case NpadStyleIndex::ProController:
|
case NpadStyleIndex::ProController:
|
||||||
|
case NpadStyleIndex::Handheld:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue