mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 05:16:12 +00:00
commit
fe33f30c15
@ -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;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user