From c1503e8bf0a6ba6b26b5d947dda7b3c582b7b19f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 4 Jul 2015 19:01:55 +0200 Subject: [PATCH] (libogc) Buildfix --- core_info.c | 1 - menu/cbs/menu_cbs_ok.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core_info.c b/core_info.c index 1ea7b7eec0..24ecac4504 100644 --- a/core_info.c +++ b/core_info.c @@ -379,7 +379,6 @@ bool core_info_list_get_display_name(core_info_list_t *core_info_list, bool core_info_get_display_name(const char *path, char *s, size_t len) { - size_t i; char *core_name = NULL; config_file_t *conf = NULL; diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 22f60948e4..d2a2045178 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -1440,8 +1440,10 @@ static int action_ok_update_assets(const char *path, static int action_ok_update_core_info_files(const char *path, const char *label, unsigned type, size_t idx, size_t entry_idx) { +#ifdef HAVE_NETWORKING action_ok_download_generic(path, label, type, idx, entry_idx, "cb_update_core_info_files"); +#endif return 0; }