cmake 外部工具优化

This commit is contained in:
2026-08-03 12:41:26 +08:00
parent ed601608b2
commit d8cf4f8794
2 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ static bool radio_show_performance_overlay() {
return ok ? value != 0 : false;
}
static void configure_radio_plot_perf(renderive::Latency_Eager_Plot* plot) {
plot->set_max_render_fps(radio_mock_perf_mode() ? 1000 : 60);
plot->set_max_render_fps(radio_mock_perf_mode() ? 1000 : 1000);
}
static renderive::Performance_Overlay_Options radio_performance_options() {
renderive::Performance_Overlay_Options options;