mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-13 09:39:21 +00:00
core: hid: Add handheld to nfc devices
This commit is contained in:
parent
d444a2ffab
commit
06555ad6c0
|
|
@ -1048,6 +1048,7 @@ bool EmulatedController::HasNfc() const {
|
|||
case NpadStyleIndex::JoyconRight:
|
||||
case NpadStyleIndex::JoyconDual:
|
||||
case NpadStyleIndex::ProController:
|
||||
case NpadStyleIndex::Handheld:
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue