mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Enable serial detection from GDI files. (#16171)
This commit is contained in:
parent
c4c1fb18af
commit
00d01c844e
1 changed files with 1 additions and 3 deletions
|
@ -614,9 +614,7 @@ static int task_database_iterate_playlist(
|
|||
case FILE_TYPE_GDI:
|
||||
gdi_prune(db, name);
|
||||
db_state->serial[0] = '\0';
|
||||
/* There are no serial databases, so don't bother with
|
||||
serials at the moment */
|
||||
if (0 && task_database_gdi_get_serial(name, db_state->serial, sizeof(db_state->serial)))
|
||||
if (task_database_gdi_get_serial(name, db_state->serial, sizeof(db_state->serial)))
|
||||
db->type = DATABASE_TYPE_SERIAL_LOOKUP;
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue