Merge pull request #6457 from Tatsuya79/patch-1

XMB scale the mouse cursor too.
This commit is contained in:
Twinaphex 2018-03-25 09:32:05 +02:00 committed by GitHub
commit 20a73209b6
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;