mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
RSX/Qt: add more performance overlay options to the gui
This commit is contained in:
parent
451d64407b
commit
eecb984689
8 changed files with 88 additions and 11 deletions
|
@ -369,7 +369,7 @@ namespace rsx
|
|||
perf_overlay->set_update_interval(perf_settings.update_interval);
|
||||
perf_overlay->set_font(perf_settings.font);
|
||||
perf_overlay->set_font_size(perf_settings.font_size);
|
||||
perf_overlay->set_margin(perf_settings.margin);
|
||||
perf_overlay->set_margins(perf_settings.margin_x, perf_settings.margin_y);
|
||||
perf_overlay->set_opacity(perf_settings.opacity / 100.f);
|
||||
perf_overlay->init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue