(libogc) Buildfix
This commit is contained in:
parent
c7d9f2f7e8
commit
c1503e8bf0
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue