diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 0a46fced2e..3727494d28 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -712,7 +712,7 @@ static void xmb_render_keyboard(xmb_handle_t *xmb, { unsigned i; int ptr_width, ptr_height; - unsigned width = video_info->height; + unsigned width = video_info->width; unsigned height = video_info->height; float dark[16] = { 0.00, 0.00, 0.00, 0.85,