mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-03 08:38:18 +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)
|
||||
{
|
||||
int r, c;
|
||||
int i = 0;
|
||||
int ribbon_rows = 16;
|
||||
int ribbon_columns = 32;
|
||||
unsigned r, c;
|
||||
unsigned i = 0;
|
||||
const unsigned ribbon_rows = 16;
|
||||
const unsigned ribbon_columns = 32;
|
||||
|
||||
menu_display_ctl(MENU_DISPLAY_CTL_BLEND_BEGIN, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user