mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-15 13:21:14 +00:00
overlays: fix center options when graphs are shown
This commit is contained in:
parent
d6b0361a02
commit
dd1707bd46
@ -85,7 +85,7 @@ namespace rsx
|
||||
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user