mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +00:00
fix msg
This commit is contained in:
parent
732c389f26
commit
9f3e2f6ba3
@ -125,9 +125,9 @@ static void task_netplay_crc_scan_handler(retro_task_t *task)
|
||||
{
|
||||
for (j = 0; j < playlist->size; j++)
|
||||
{
|
||||
printf("CRC Match %s\n", state->crc);
|
||||
if (string_is_equal(playlist->entries[j].crc32, state->crc))
|
||||
{
|
||||
printf("CRC Match %s\n", state->crc);
|
||||
strlcpy(state->path, playlist->entries[j].path, sizeof(state->path));
|
||||
state->found = true;
|
||||
task_set_data(task, state);
|
||||
|
Loading…
Reference in New Issue
Block a user