mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-26 04:33:29 +00:00
fix: Cross-Platform Compiler Errors
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user