mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04: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;
|
if (!top_mod) continue;
|
||||||
|
|
||||||
// Helper lambda to process a directory and return the patch types found
|
// 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;
|
std::string types;
|
||||||
const auto exefs_dir = FindSubdirectoryCaseless(dir, "exefs");
|
const auto exefs_dir = FindSubdirectoryCaseless(dir, "exefs");
|
||||||
if (IsDirValidAndNonEmpty(exefs_dir)) {
|
if (IsDirValidAndNonEmpty(exefs_dir)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user