mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
[content] CRC calculation for needs_fullpath should be within else block
This commit is contained in:
parent
57e3b313e2
commit
32766f0017
@ -615,10 +615,11 @@ static bool content_file_load(
|
|||||||
error_string))
|
error_string))
|
||||||
goto error;
|
goto error;
|
||||||
#endif
|
#endif
|
||||||
|
RARCH_LOG("%s\n", msg_hash_to_str(MSG_CONTENT_LOADING_SKIPPED_IMPLEMENTATION_WILL_DO_IT));
|
||||||
|
content_rom_crc = file_crc32(0, path);
|
||||||
|
RARCH_LOG("CRC32: 0x%x .\n", (unsigned)content_rom_crc);
|
||||||
|
|
||||||
}
|
}
|
||||||
RARCH_LOG("%s\n", msg_hash_to_str(MSG_CONTENT_LOADING_SKIPPED_IMPLEMENTATION_WILL_DO_IT));
|
|
||||||
content_rom_crc = file_crc32(0, path);
|
|
||||||
RARCH_LOG("CRC32: 0x%x .\n", (unsigned)content_rom_crc);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
load_info.content = content;
|
load_info.content = content;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user