mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-07 00:39:26 +00:00
Fix build
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user