mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
XMB scale the mouse cursor too.
This commit is contained in:
parent
02bf41a686
commit
1aaaa116d1
@ -3335,7 +3335,7 @@ static void xmb_layout_ps3(xmb_handle_t *xmb, int width)
|
||||
|
||||
xmb->thumbnail_width = 460.0 * scale_factor;
|
||||
xmb->savestate_thumbnail_width= 460.0 * scale_factor;
|
||||
xmb->cursor_size = 64.0;
|
||||
xmb->cursor_size = 64.0 * scale_factor;
|
||||
|
||||
xmb->icon_spacing_horizontal = 200.0 * scale_factor;
|
||||
xmb->icon_spacing_vertical = 64.0 * scale_factor;
|
||||
|
Loading…
x
Reference in New Issue
Block a user