mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 00:38:55 +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 {
|
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,
|
||||||
[&out, id_high, citra_path_template](u64* /*num_entries_out*/,
|
[&out, id_high, citra_path_template](u64* /*num_entries_out*/,
|
||||||
|
|||||||
Reference in New Issue
Block a user