mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 20:43:10 +00:00
(XMB) Fix rotation
This commit is contained in:
parent
23f2e3b0e1
commit
45d48b46e8
@ -1231,7 +1231,7 @@ static void xmb_frame(void)
|
|||||||
xmb->box_message[0] = '\0';
|
xmb->box_message[0] = '\0';
|
||||||
}
|
}
|
||||||
|
|
||||||
gl_set_viewport(gl, gl->win_width, gl->win_height, false, false);
|
gl_set_viewport(gl, gl->win_width, gl->win_height, false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void *xmb_init(void)
|
static void *xmb_init(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user