mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
More ScriptLoader imps
This commit is contained in:
@@ -648,7 +648,7 @@ FourCC ProjectResourceFactoryBase::GetResourceTypeById(ResId id) const
|
||||
void ProjectResourceFactoryBase::AsyncIdle()
|
||||
{
|
||||
/* Consume completed transactions, they will be processed this cycle at the latest */
|
||||
std::list<std::unique_ptr<hecl::ClientProcess::Transaction>> completed;
|
||||
std::list<std::shared_ptr<hecl::ClientProcess::Transaction>> completed;
|
||||
m_clientProc.swapCompletedQueue(completed);
|
||||
|
||||
/* Begin self-profiling loop */
|
||||
|
||||
Reference in New Issue
Block a user