vfsDir usage fixed

This commit is contained in:
Nekotekina 2015-04-26 00:26:54 +03:00
parent 31a41b795e
commit 9cfdce91a1
6 changed files with 32 additions and 32 deletions

View file

@ -129,7 +129,7 @@ __noinline s32 savedata_op(
for (const auto entry : vfsDir(base_dir))
{
if (!(entry->flags & DirEntry_TypeDir))
if (entry->flags & DirEntry_TypeFile)
{
continue;
}