mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-25 22:00:21 +00:00
mc.mitm: temporarily disable handling nfc data until the protocol is emulated correctly
This commit is contained in:
parent
ec53764c15
commit
d5aa066fea
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ namespace ams::controller {
|
|||
break;
|
||||
case 0x11:
|
||||
R_TRY(this->HandleRumbleData(&output_report->rumble_data));
|
||||
R_TRY(this->HandleNfcIrData(output_report->type0x11.nfc_ir_data));
|
||||
//R_TRY(this->HandleNfcIrData(output_report->type0x11.nfc_ir_data));
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue