(libogc) Buildfix

This commit is contained in:
twinaphex 2015-07-04 19:01:55 +02:00
parent c7d9f2f7e8
commit c1503e8bf0
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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;
}