mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanups
This commit is contained in:
parent
d5109af2cb
commit
f6991c95a4
@ -298,10 +298,7 @@ error:
|
||||
include_dirs, include_compressed, list, ext_list, file_ext);
|
||||
|
||||
if (ret == -1)
|
||||
{
|
||||
sceIoDclose(directory);
|
||||
goto error;
|
||||
}
|
||||
|
||||
if (ret == 1)
|
||||
continue;
|
||||
@ -313,6 +310,7 @@ error:
|
||||
return list;
|
||||
|
||||
error:
|
||||
sceIoDclose(directory);
|
||||
|
||||
#else
|
||||
directory = opendir(dir);
|
||||
|
Loading…
x
Reference in New Issue
Block a user