mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 12:47:37 +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)
|
static void xmb_selection_pointer_changed(void)
|
||||||
{
|
{
|
||||||
int i;
|
unsigned i, current, end;
|
||||||
unsigned current, end;
|
|
||||||
xmb_handle_t *xmb = NULL;
|
xmb_handle_t *xmb = NULL;
|
||||||
menu_handle_t *menu = menu_driver_resolve();
|
menu_handle_t *menu = menu_driver_resolve();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user