cs: fix allocator aborts

This commit is contained in:
Michael Scire
2021-07-27 23:55:53 -07:00
parent 999318838f
commit fe8d031708
4 changed files with 51 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ namespace ams::cs {
SendFirmwareVersion(socket, header);
break;
/* TODO: Command support. */
/* TODO: Command support. */
default:
scs::CommandProcessor::ProcessCommand(header, body, socket);
break;