mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
fix comments
This commit is contained in:
parent
3da08c9d9e
commit
74d3915302
@ -114,8 +114,7 @@ static void task_netplay_crc_scan_handler(retro_task_t *task)
|
|||||||
!string_is_equal(state->content_path, "N/A"))
|
!string_is_equal(state->content_path, "N/A"))
|
||||||
goto no_playlists;
|
goto no_playlists;
|
||||||
|
|
||||||
/* Lobby reports content CRC, try to use CRC matching
|
/* Lobby reports content CRC, try to use CRC matching */
|
||||||
content with no CRC uses 00000000 */
|
|
||||||
if (!string_is_equal(state->content_crc, "00000000|crc"))
|
if (!string_is_equal(state->content_crc, "00000000|crc"))
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -165,7 +164,7 @@ static void task_netplay_crc_scan_handler(retro_task_t *task)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/* Lobby reports that the core needs content but
|
/* Lobby reports that the core needs content but
|
||||||
the CRC wasn't reported */
|
the CRC wasn't reported (00000000|crc) */
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
RARCH_LOG("Using filename matching\n");
|
RARCH_LOG("Using filename matching\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user