mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:44:56 +00:00
UWP support
This commit is contained in:
@@ -691,6 +691,7 @@ bool MREA::PCCook(const hecl::ProjectPath& outPath,
|
||||
}
|
||||
}
|
||||
|
||||
#if !WINDOWS_STORE
|
||||
if (!visiGood)
|
||||
{
|
||||
hecl::ProjectPath visiIntOut = outPath.getWithExtension(_S(".visiint"));
|
||||
@@ -764,6 +765,7 @@ bool MREA::PCCook(const hecl::ProjectPath& outPath,
|
||||
Log.report(logvisor::Fatal, _S("Unable to launch %s"), VisiGenPath.c_str());
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
if (!visiGood)
|
||||
|
||||
Reference in New Issue
Block a user