mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 15:27:41 +00:00
database_info_iterate_crc_lookup - cleanup
This commit is contained in:
parent
da2489ad72
commit
76e1c2d965
@ -102,7 +102,15 @@ static int database_info_iterate_crc_lookup(
|
||||
database_state_handle_t *db_state,
|
||||
database_info_handle_t *db)
|
||||
{
|
||||
if (db_state->list_index == 0)
|
||||
{
|
||||
/* Grab database state */
|
||||
}
|
||||
|
||||
RARCH_LOG("CRC32: 0x%x .\n", (unsigned)db_state->crc);
|
||||
|
||||
db_state->entry_index++;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user