sam_seos: add option to send arbitrary requests

This commit is contained in:
Jakub Kramarz 2025-01-06 14:21:25 +01:00
commit 0f7574c982
5 changed files with 205 additions and 135 deletions

View file

@ -2246,7 +2246,7 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_HF_SAM_SEOS: {
sam_seos_get_pacs();
sam_seos_get_pacs(packet);
break;
}