mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
Cleanup
This commit is contained in:
parent
eefcd0e99f
commit
8ff4134a76
@ -247,7 +247,7 @@ static void task_netplay_crc_scan_handler(retro_task_t *task)
|
|||||||
if (string_is_equal(current, state->content_crc))
|
if (string_is_equal(current, state->content_crc))
|
||||||
{
|
{
|
||||||
RARCH_LOG("[Lobby]: CRC match %s with currently loaded content\n", current);
|
RARCH_LOG("[Lobby]: CRC match %s with currently loaded content\n", current);
|
||||||
strlcpy(state->content_path, "N/A", sizeof(state->content_path));
|
strcpy_literal(state->content_path, "N/A");
|
||||||
state->found = true;
|
state->found = true;
|
||||||
state->current = true;
|
state->current = true;
|
||||||
task_set_data(task, state);
|
task_set_data(task, state);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user