send acks always

This commit is contained in:
Ryan Fleury
2026-06-02 12:10:53 -07:00
parent 5f851ad1b0
commit c723584bfa
+6
View File
@@ -12382,6 +12382,12 @@ rd_frame(void)
// rjf: request frame // rjf: request frame
rd_request_frame(); rd_request_frame();
// rjf: record 'ack' for this command
if(kind != RD_CmdKind_Null)
{
str8_list_pushf(rd_state->cmd_output_arena, &rd_state->cmd_outputs, "ack:{cmd:%S}\n", cmd->name);
}
// rjf: process command // rjf: process command
CFG_Node *cfg = &cfg_nil_node; CFG_Node *cfg = &cfg_nil_node;
String8 dst_path = {0}; String8 dst_path = {0};