mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 08:39:04 +00:00
Fix build
This commit is contained in:
@@ -816,8 +816,8 @@ void SDMCImporter::ListNandSavegame(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 std::string& citra_path_template) {
|
||||
const auto ProcessDirectory = [&out](u64 id_high, const std::string& path,
|
||||
const std::string& citra_path_template) {
|
||||
FileUtil::ForeachDirectoryEntry(
|
||||
nullptr, path,
|
||||
[&out, id_high, citra_path_template](u64* /*num_entries_out*/,
|
||||
|
||||
Reference in New Issue
Block a user