Merge pull request #6457 from Tatsuya79/patch-1
XMB scale the mouse cursor too.
This commit is contained in:
commit
20a73209b6
|
@ -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