Modules: savedata fix (#1910)

This commit is contained in:
raven02 2016-07-15 00:28:26 +08:00 committed by GitHub
parent eb377f425c
commit d60b292ef1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ static never_inline s32 savedata_op(PPUThread& ppu, u32 operation, u32 version,
for (const auto& entry : fs::dir(base_dir)) for (const auto& entry : fs::dir(base_dir))
{ {
if (entry.is_directory) if (!entry.is_directory)
{ {
continue; continue;
} }