fix: Cross-Platform Compiler Errors

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2026-01-16 09:13:45 +00:00
parent 6f1faf3923
commit 31d0bca2da

View File

@@ -761,7 +761,7 @@ std::vector<Patch> PatchManager::GetPatches(VirtualFile update_raw) const {
if (!top_mod) continue;
// Helper lambda to process a directory and return the patch types found
auto get_mod_types = [this](const VirtualDir& dir) -> std::string {
auto get_mod_types = [](const VirtualDir& dir) -> std::string {
std::string types;
const auto exefs_dir = FindSubdirectoryCaseless(dir, "exefs");
if (IsDirValidAndNonEmpty(exefs_dir)) {