2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 15:47:46 +00:00

Boo D3D lambda sync

This commit is contained in:
Jack Andersen
2016-03-30 10:44:19 -10:00
parent 77a8ce5f17
commit 99cf1153b6
10 changed files with 61 additions and 54 deletions

View File

@@ -219,7 +219,7 @@ struct SpecMP1 : SpecBase
bool extractFromDisc(nod::DiscBase&, bool force, FProgress progress)
{
m_project.enableDataSpecs({"MP1-PC"});
m_project.enableDataSpecs({_S("MP1-PC")});
nod::ExtractionContext ctx = {true, force, nullptr};