mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Silence unused function warning
This commit is contained in:
parent
060ad38905
commit
6173d11b62
@ -5448,6 +5448,7 @@ finish:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef RARCH_CONSOLE
|
||||||
static void netplay_lan_scan_callback(retro_task_t *task,
|
static void netplay_lan_scan_callback(retro_task_t *task,
|
||||||
void *task_data,
|
void *task_data,
|
||||||
void *user_data, const char *error)
|
void *user_data, const char *error)
|
||||||
@ -5503,6 +5504,7 @@ static void netplay_lan_scan_callback(retro_task_t *task,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static int action_ok_push_netplay_refresh_rooms(const char *path,
|
static int action_ok_push_netplay_refresh_rooms(const char *path,
|
||||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user