cs: fix allocator aborts

This commit is contained in:
Michael Scire 2021-07-27 23:55:53 -07:00 committed by SciresM
parent ebb0bd2b41
commit 8acf0a4fa9
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;