mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 21:08:40 +00:00
extend process memory cache queries with output channel for staleness detection - in some cases this is crucial, in other cases you don't care & want to passively accept stale redsults
This commit is contained in:
@@ -6867,7 +6867,7 @@ df_core_begin_frame(Arena *arena, DF_CmdList *cmds, F32 dt)
|
||||
}
|
||||
}
|
||||
|
||||
// rjf: collect s top info
|
||||
// rjf: collect stop info
|
||||
arena_clear(df_state->ctrl_stop_arena);
|
||||
MemoryCopyStruct(&df_state->ctrl_last_stop_event, event);
|
||||
df_state->ctrl_last_stop_event.string = push_str8_copy(df_state->ctrl_stop_arena, df_state->ctrl_last_stop_event.string);
|
||||
|
||||
Reference in New Issue
Block a user