mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 18:47:09 +00:00
Fix arcade LPL generation
This commit is contained in:
parent
4f74976cac
commit
86cf3243aa
@ -392,8 +392,10 @@ static int database_info_iterate_crc_lookup(
|
||||
RARCH_LOG("CRC32: 0x%08X , entry CRC32: 0x%08X (%s).\n",
|
||||
db_state->crc, db_info_entry->crc32, db_info_entry->name);
|
||||
#endif
|
||||
if (db_state->crc == db_info_entry->crc32
|
||||
|| db_state->zip_crc == db_info_entry->crc32)
|
||||
if (db_state->zip_crc == db_info_entry->crc32)
|
||||
return database_info_list_iterate_found_match(
|
||||
db_state, db, NULL);
|
||||
if (db_state->crc == db_info_entry->crc32)
|
||||
return database_info_list_iterate_found_match(
|
||||
db_state, db, zip_entry);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user