mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
vfsDir usage fixed
This commit is contained in:
parent
31a41b795e
commit
9cfdce91a1
6 changed files with 32 additions and 32 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue