mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 03:58:11 +00:00
hot-reloading for dasm_cache, in case of filesystem changes; file stream layer -> expose filesystem-wide generation number, for very coarse-grained generation number to gracefully depend on filesystem changes passively
This commit is contained in:
+1
-1
@@ -11697,7 +11697,7 @@ df_gfx_begin_frame(Arena *arena, DF_CmdList *cmds)
|
||||
}
|
||||
|
||||
//- rjf: capture is active? -> keep rendering
|
||||
if(ProfIsCapturing())
|
||||
if(ProfIsCapturing() || DEV_telemetry_capture)
|
||||
{
|
||||
df_gfx_request_frame();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user