mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-25 04:06:18 +00:00
Improve the battery placement again
This commit is contained in:
parent
24a34229a6
commit
9e50b6fc44
@ -2664,7 +2664,7 @@ static void xmb_frame(void *data)
|
||||
|
||||
if (percent > 0)
|
||||
{
|
||||
size_t x_pos = xmb->margins.title.left / 2;
|
||||
size_t x_pos = xmb->icon.size / 5;
|
||||
size_t x_pos_icon = xmb->margins.title.left;
|
||||
|
||||
if (datetime_width)
|
||||
|
Loading…
Reference in New Issue
Block a user