mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-17 15:59:57 +00:00
(database_info.c) Cleanup
This commit is contained in:
parent
be96b95dda
commit
e6ba8128b8
@ -94,7 +94,7 @@ int database_info_write_rdl_iterate(database_info_rdl_handle_t *dbl)
|
||||
char parent_dir[PATH_MAX_LENGTH];
|
||||
const char *name = NULL;
|
||||
|
||||
if (!dbl)
|
||||
if (!dbl || !dbl->list)
|
||||
return -1;
|
||||
if (dbl->blocking)
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user