mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Cleanup
This commit is contained in:
parent
7413d05705
commit
aae94efcfb
@ -138,10 +138,8 @@ static bool local_core_matches_remote_crc(
|
||||
if (local_core_file)
|
||||
{
|
||||
uint32_t crc = 0;
|
||||
bool success = false;
|
||||
|
||||
/* Get crc value */
|
||||
success = intfstream_get_crc(local_core_file, &crc);
|
||||
bool success = intfstream_get_crc(local_core_file, &crc);
|
||||
|
||||
/* Close core file */
|
||||
intfstream_close(local_core_file);
|
||||
|
Loading…
x
Reference in New Issue
Block a user