负反馈模型测试成功

This commit is contained in:
2026-07-30 11:21:30 +08:00
parent 84c4082e82
commit a8b2d1202b
2 changed files with 6 additions and 12 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ static bool radio_show_performance_overlay() {
static void configure_radio_plot_perf(renderive::Plot* plot) {
if (!radio_mock_perf_mode())
return;
plot->set_render_check_fps(1000);
plot->set_render_schedule_mode(renderive::Plot_Render_Schedule_Mode::Chase_Latest);
plot->set_max_render_fps(1000);
plot->set_render_schedule_mode(renderive::Plot_Render_Schedule_Mode::Feedback);
if (radio_show_performance_overlay())
plot->set_use_performance_shower(true);
}