mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
Several architectural fixes and additions
This commit is contained in:
@@ -199,9 +199,27 @@ std::shared_ptr<CSfxManager::CSfxWrapper>* CSfxManager::AllocateCSfxWrapper()
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void CSfxManager::StopAndRemoveAllEmitters()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CSfxManager::DisableAuxCallbacks()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CSfxManager::Update()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CSfxManager::Shutdown()
|
||||
{
|
||||
mpSfxTranslationTable = nullptr;
|
||||
mpSfxTranslationTableTok = TLockedToken<std::vector<s16>>{};
|
||||
StopAndRemoveAllEmitters();
|
||||
DisableAuxCallbacks();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user