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…
Reference in New Issue