Fix build

This commit is contained in:
zhupengfei
2020-11-28 20:16:15 +08:00
parent 5c595a8046
commit 7aff22c3fc
+1 -1
View File
@@ -816,7 +816,7 @@ void SDMCImporter::ListNandSavegame(std::vector<ContentSpecifier>& out) const {
} }
void SDMCImporter::ListExtdata(std::vector<ContentSpecifier>& out) const { void SDMCImporter::ListExtdata(std::vector<ContentSpecifier>& out) const {
const auto ProcessDirectory = [this, &out](u64 id_high, const std::string& path, const auto ProcessDirectory = [&out](u64 id_high, const std::string& path,
const std::string& citra_path_template) { const std::string& citra_path_template) {
FileUtil::ForeachDirectoryEntry( FileUtil::ForeachDirectoryEntry(
nullptr, path, nullptr, path,