mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Submoduel updates
This commit is contained in:
@@ -55,7 +55,7 @@ void CGameAllocator::Shutdown()
|
||||
}
|
||||
void* CGameAllocator::Alloc(size_t sz, EHint, EScope, EType, const CCallStack&)
|
||||
{
|
||||
AllocLog.report(LogVisor::Warning, _S("Remind Phil to reimplement Alloc!!!!"));
|
||||
//AllocLog.report(LogVisor::Warning, _S("Remind Phil to reimplement Alloc!!!!"));
|
||||
return malloc(sz);
|
||||
}
|
||||
void CGameAllocator::Free(void* ptr)
|
||||
|
||||
Reference in New Issue
Block a user