mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Modules: savedata fix (#1910)
This commit is contained in:
parent
eb377f425c
commit
d60b292ef1
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ static never_inline s32 savedata_op(PPUThread& ppu, u32 operation, u32 version,
|
|||
|
||||
for (const auto& entry : fs::dir(base_dir))
|
||||
{
|
||||
if (entry.is_directory)
|
||||
if (!entry.is_directory)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue