Route recording cleanup through platform services

This commit is contained in:
2026-06-03 05:04:14 +02:00
parent 578b1f6082
commit ac4d065c78
10 changed files with 86 additions and 14 deletions

View File

@@ -251,6 +251,16 @@ public:
win32_renderdoc_frame_end();
}
[[nodiscard]] bool deletes_recorded_files_on_clear() override
{
return false;
}
void clear_recorded_files(std::string_view recording_path) override
{
(void)recording_path;
}
void update_platform_frame(float delta_time_seconds) override
{
win32_update_stylus(delta_time_seconds);