mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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)
|
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;
|
size_t x_pos_icon = xmb->margins.title.left;
|
||||||
|
|
||||||
if (datetime_width)
|
if (datetime_width)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user