add vsprintf hook

This commit is contained in:
2024-02-08 01:05:13 -05:00
parent ba9fb5d0b9
commit eb93c6cf75
2 changed files with 18 additions and 1 deletions

View File

@ -229,7 +229,6 @@ static HRESULT touch_cmd_dispatch(char* cmd, struct iobuf *dest, uint8_t side)
else if (!strcmp(cmd, CMD_HALT)) {
dprintf("Mai2 touch%d: Halt\n", side);
Sleep(1001); // ?
return S_OK;
}