summaryrefslogtreecommitdiff
path: root/src/core/file_sys
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys')
-rw-r--r--src/core/file_sys/patch_manager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp
index f0fb28e2f..2b09e5d35 100644
--- a/src/core/file_sys/patch_manager.cpp
+++ b/src/core/file_sys/patch_manager.cpp
@@ -455,6 +455,8 @@ std::map<std::string, std::string, std::less<>> PatchManager::GetPatchVersionNam
455 } 455 }
456 if (IsDirValidAndNonEmpty(mod->GetSubdirectory("romfs"))) 456 if (IsDirValidAndNonEmpty(mod->GetSubdirectory("romfs")))
457 AppendCommaIfNotEmpty(types, "LayeredFS"); 457 AppendCommaIfNotEmpty(types, "LayeredFS");
458 if (IsDirValidAndNonEmpty(mod->GetSubdirectory("cheats")))
459 AppendCommaIfNotEmpty(types, "Cheats");
458 460
459 if (types.empty()) 461 if (types.empty())
460 continue; 462 continue;