mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
(XMB) Change types
This commit is contained in:
parent
64f53d8237
commit
c390794452
@ -1495,10 +1495,10 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb,
|
|||||||
|
|
||||||
static void xmb_blend_begin(void)
|
static void xmb_blend_begin(void)
|
||||||
{
|
{
|
||||||
int r, c;
|
unsigned r, c;
|
||||||
int i = 0;
|
unsigned i = 0;
|
||||||
int ribbon_rows = 16;
|
const unsigned ribbon_rows = 16;
|
||||||
int ribbon_columns = 32;
|
const unsigned ribbon_columns = 32;
|
||||||
|
|
||||||
menu_display_ctl(MENU_DISPLAY_CTL_BLEND_BEGIN, NULL);
|
menu_display_ctl(MENU_DISPLAY_CTL_BLEND_BEGIN, NULL);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user