mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
overlays: fix center options when graphs are shown
This commit is contained in:
parent
d6b0361a02
commit
dd1707bd46
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ namespace rsx
|
||||||
|
|
||||||
if (g_cfg.video.perf_overlay.center_y)
|
if (g_cfg.video.perf_overlay.center_y)
|
||||||
{
|
{
|
||||||
pos.y = (virtual_height - m_body.h) / 2;
|
pos.y = (virtual_height - m_body.h - bottom_margin) / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
elm.set_pos(pos.x, pos.y);
|
elm.set_pos(pos.x, pos.y);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue