mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Various cleanups and minor imps
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
PAKRouterBase* pakRouter = g_PakRouter.get();
|
||||
if (!pakRouter)
|
||||
LogDNACommon.report(logvisor::Fatal,
|
||||
"g_Project must be set to non-null before calling UniqueIDBridge::TranslatePakIdToPath");
|
||||
"g_PakRouter must be set to non-null before calling UniqueIDBridge::TranslatePakIdToPath");
|
||||
return pakRouter->getWorking(id, silenceWarnings);
|
||||
}
|
||||
static hecl::ProjectPath MakePathFromString(const std::string& str)
|
||||
|
||||
Reference in New Issue
Block a user