mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
(MSVC) Fix signed/unsigned mismatch warning
This commit is contained in:
parent
f08160396b
commit
66d89c5b13
@ -521,8 +521,7 @@ end:
|
||||
|
||||
static void xmb_selection_pointer_changed(void)
|
||||
{
|
||||
int i;
|
||||
unsigned current, end;
|
||||
unsigned i, current, end;
|
||||
xmb_handle_t *xmb = NULL;
|
||||
menu_handle_t *menu = menu_driver_resolve();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user