kemono: not sure why that went missing

This commit is contained in:
kyoubate-haruka 2024-09-20 11:09:21 +02:00
parent f6c12fd230
commit cdfd3bf655

View File

@ -190,6 +190,7 @@ static HRESULT sg_nfc_dispatch(
&res->felica_encap); &res->felica_encap);
case SG_NFC_CMD_MIFARE_AUTHENTICATE_A: case SG_NFC_CMD_MIFARE_AUTHENTICATE_A:
case SG_NFC_CMD_MIFARE_AUTHENTICATE_B:
case SG_NFC_CMD_SEND_HEX_DATA: case SG_NFC_CMD_SEND_HEX_DATA:
return sg_nfc_cmd_send_hex_data(nfc, &req->simple, &res->simple); return sg_nfc_cmd_send_hex_data(nfc, &req->simple, &res->simple);