Merge pull request #4824 from fr500/master

Couple of small fixes
This commit is contained in:
Twinaphex 2017-04-15 18:11:32 +02:00 committed by GitHub
commit fe33f30c15
2 changed files with 2 additions and 7 deletions

View File

@ -122,11 +122,6 @@ static int input_autoconfigure_joypad_try_from_conf(config_file_t *conf,
/* Check for name match */
if (string_is_equal(ident, params->name))
score += 2;
else
{
if (strstr(params->name, ident))
score += 1;
}
return score;
}

View File

@ -134,7 +134,7 @@ static void task_netplay_crc_scan_handler(retro_task_t *task)
for (j = 0; j < playlist->size; j++)
{
#if 1
#if 0
RARCH_LOG("[lobby] playlist CRC: %s\n",
playlist->entries[j].crc32);
#endif
@ -190,7 +190,7 @@ filename_matching:
path_remove_extension(entry);
#if 1
#if 0
RARCH_LOG("[lobby] playlist filename: %s\n",
playlist->entries[j].path);
#endif