mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Integrate hecl ClientProcess into resource factory
This commit is contained in:
@@ -303,6 +303,7 @@ bool ViewManager::proc()
|
||||
CGraphics::EndScene();
|
||||
gfxQ->execute();
|
||||
m_voiceEngine->pumpAndMixVoices();
|
||||
m_projManager.asyncIdle();
|
||||
m_mainWindow->waitForRetrace();
|
||||
|
||||
return true;
|
||||
@@ -311,6 +312,7 @@ bool ViewManager::proc()
|
||||
void ViewManager::stop()
|
||||
{
|
||||
m_videoVoice.reset();
|
||||
m_projManager.shutdown();
|
||||
CElementGen::Shutdown();
|
||||
CMoviePlayer::Shutdown();
|
||||
CLineRenderer::Shutdown();
|
||||
|
||||
Reference in New Issue
Block a user