XMB scale the mouse cursor too.

This commit is contained in:
Tatsuya79 2018-03-25 00:48:05 +01:00 committed by GitHub
parent 02bf41a686
commit 1aaaa116d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;