2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Update fmtlib

This commit is contained in:
Jack Andersen
2020-04-11 12:51:39 -10:00
parent 7055b6983f
commit 5b4441ac36
156 changed files with 786 additions and 777 deletions

View File

@@ -210,7 +210,7 @@ bool CResLoader::FindResource(CAssetId id) const {
return true;
}
Log.report(logvisor::Warning, fmt("Unable to find asset {}"), id);
Log.report(logvisor::Warning, FMT_STRING("Unable to find asset {}"), id);
return false;
}
@@ -234,7 +234,7 @@ CPakFile* CResLoader::FindResourceForLoad(CAssetId id) {
}
}
Log.report(logvisor::Error, fmt("Unable to find asset {}"), id);
Log.report(logvisor::Error, FMT_STRING("Unable to find asset {}"), id);
return nullptr;
}