mirror of
https://gitea.tendokyu.moe/Hay1tsme/bananatools.git
synced 2026-08-27 06:14:29 -05:00
felica: add disaptch for read/write without encryption
This commit is contained in:
@@ -111,6 +111,12 @@ HRESULT felica_transact(
|
||||
case FELICA_CMD_GET_SYSTEM_CODE:
|
||||
return felica_cmd_get_system_code(f, req, res);
|
||||
|
||||
case FELICA_READ_WITHOUT_ENCRYPTION:
|
||||
return felica_cmd_read_without_encryption(f, req, res);
|
||||
|
||||
case FELICA_WRITE_WITHOUT_ENCRYPTION:
|
||||
return felica_cmd_write_without_encryption(f, req, res);
|
||||
|
||||
case FELICA_CMD_ACTIVE:
|
||||
return felica_cmd_active(f, req, res);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user